Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to v2.
Gets whether the selection is a block selection.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property IsBlockSelection As Boolean
Get
'Usage
Dim instance As IEditorSelection
Dim value As Boolean
value = instance.IsBlockSelection
bool IsBlockSelection { get; }
property bool IsBlockSelection {
bool get ();
}
abstract IsBlockSelection : bool
function get IsBlockSelection () : boolean
Property Value
Type: System.Boolean
true if the selection is a block selection; otherwise, false.