IMultiSelectionBroker.IsBoxSelection Property

Definition

Returns true if SetBoxSelection(Selection) has been called, and selections are being managed by the box geometry, instead of manually by the user. ClearSecondarySelections() and BreakBoxSelection() will both revert this to false, and several other methods like AddSelection(Selection) will indirectly also set this back to false.

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

Property Value

Applies to