UIElement3DAutomationPeer.HasKeyboardFocusCore Metodo

Definizione

Restituisce un valore che indica se l'oggetto UIElement3D associato a UIElement3DAutomationPeer ha attualmente uno stato attivo di input dalla tastiera. Questo metodo viene chiamato da HasKeyboardFocus().

protected:
 override bool HasKeyboardFocusCore();
protected override bool HasKeyboardFocusCore ();
override this.HasKeyboardFocusCore : unit -> bool
Protected Overrides Function HasKeyboardFocusCore () As Boolean

Restituisce

true se l'elemento ha lo stato attivo di input dalla tastiera; in caso contrario, false.

Commenti

Le classi che ereditano da UIElement3DAutomationPeer non devono in genere eseguire l'override HasKeyboardFocusCoredi .

UIElement3DAutomationPeer è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a