Share via


IEditorSelection.IsBlockSelection Property

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.

See Also

Reference

IEditorSelection Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace