IMultiSelectionBroker.IsBoxSelection 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.
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