ActivityDesigner.IsPrimarySelection 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 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.