Modifier

ActivityDesigner.IsPrimarySelection Property

Definition

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

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

Property Value

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

Remarks

You can use IsPrimarySelection to affect highlighting or update property sheets in your graphical representation of the workflow. IsPrimarySelection is useful when multiple activities are selected as IsPrimarySelection will indicate the starting point of a multiple selection.

Applies to