IEditor.HasFocus-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft einen Wert ab, der angibt, ob der Editor den Fokus besitzt.
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
Eigenschaftswert
Typ: System.Boolean
true , wenn der Editor den Fokus besitzt, andernfalls false.