ActivityDesigner.IsSelected Property

Definition

Gets a value that indicates whether the activity associated with the designer is selected.

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

Property Value

true if the activity associated with the designer is selected; otherwise, false.

Remarks

Use the IsSelected property for operations such as cut and paste, or updating the properties of an Activity when changes are made in a property window, for example.

Applies to