ActivityDesigner.IsVisible Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.