Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies to v2.
Gets a value that indicates whether the editor has the focus.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
ReadOnly Property HasFocus As Boolean
Get
'Usage
Dim instance As IEditor
Dim value As Boolean
value = instance.HasFocus
bool HasFocus { get; }
property bool HasFocus {
bool get ();
}
abstract HasFocus : bool
function get HasFocus () : boolean
Property Value
Type: System.Boolean
true if the editor has the focus; otherwise, false.