UIElement3DAutomationPeer.IsEnabledCore Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Restituisce un valore che indica se l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente può partecipare all'hit test o accettare lo stato attivo. Questo metodo viene chiamato da IsKeyboardFocusable().
protected:
override bool IsEnabledCore();
protected override bool IsEnabledCore ();
override this.IsEnabledCore : unit -> bool
Protected Overrides Function IsEnabledCore () As Boolean
Restituisce
true
se l'oggetto UIElement3D associato all'oggetto UIElement3DAutomationPeer corrente può partecipare all'hit test o accettare lo stato attivo; in caso contrario, false
.
Commenti
Le classi che ereditano da UIElement3DAutomationPeer non devono in genere eseguire l'override IsEnabledCoredi .
UIElement3DAutomationPeer è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.