ContentElement.IsKeyboardFocused Eigenschaft
Definition
Ruft einen Wert ab, der angibt, ob dieses Element über den Tastaturfokus verfügt.Gets a value that indicates whether this element has keyboard focus.
public:
property bool IsKeyboardFocused { bool get(); };
public bool IsKeyboardFocused { get; }
member this.IsKeyboardFocused : bool
Public ReadOnly Property IsKeyboardFocused As Boolean
Eigenschaftswert
true
, wenn dieses Element über den Tastaturfokus verfügt, andernfalls false
.true
if this element has keyboard focus; otherwise, false
. Der Standardwert lautet false
.The default is false
.
Implementiert
Hinweise
Informationen zur AbhängigkeitseigenschaftDependency Property Information
BezeichnerfeldIdentifier field | IsKeyboardFocusedProperty |
Metadateneigenschaften auf true festgelegtMetadata properties set to true |
KeineNone |