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