Partilhar via


IEditorWorkspace.IsFocusInEditor Property

Applies to v2.

Gets whether the workspace is focused on the editor.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property IsFocusInEditor As Boolean 
    Get
'Usage
Dim instance As IEditorWorkspace 
Dim value As Boolean 

value = instance.IsFocusInEditor
bool IsFocusInEditor { get; }
property bool IsFocusInEditor {
    bool get ();
}
abstract IsFocusInEditor : bool
function get IsFocusInEditor () : boolean

Property Value

Type: System.Boolean
true if the workspace is focused on the editor; otherwise, false.

See Also

Reference

IEditorWorkspace Interface

Microsoft.WebMatrix.Extensibility Namespace