IMultiSelectionBroker.BoxSelection Property

Definition

If IsBoxSelection is true, returns an instantiated Selection which the caller can interrogate or manipulate to work with the box itself. Calls to AllSelections or GetSelectionsIntersectingSpan(SnapshotSpan) will return individual per line entries rather than the full box.

If IsBoxSelection is false, this will return null.

public:
 property Microsoft::VisualStudio::Text::Selection BoxSelection { Microsoft::VisualStudio::Text::Selection get(); };
public Microsoft.VisualStudio.Text.Selection BoxSelection { get; }
member this.BoxSelection : Microsoft.VisualStudio.Text.Selection
Public ReadOnly Property BoxSelection As Selection

Property Value

Applies to