ActivityDesigner.IsVisible Property

Definition

Gets a value that indicates whether the activity associated with the designer is visible on the workflow.

public:
 virtual property bool IsVisible { bool get(); };
public virtual bool IsVisible { get; }
member this.IsVisible : bool
Public Overridable ReadOnly Property IsVisible As Boolean

Property Value

true if the activity associated with the designer is visible on the workflow; otherwise, false.

Remarks

Use IsVisible to determine whether an activity is visible on the designer. For large workflows you could provide a search mechanism and locate, select, and move into the viewable area an activity currently not visible found by the user.

Applies to