IInputElement.IsEnabled Proprietà
Definizione
Ottiene un valore che indica se questo elemento è abilitato in interfaccia utenteuser interface (UI).Gets a value that indicates whether this element is enabled in the interfaccia utenteuser interface (UI).
public:
property bool IsEnabled { bool get(); };
public bool IsEnabled { get; }
member this.IsEnabled : bool
Public ReadOnly Property IsEnabled As Boolean
Valore della proprietà
true
se l'elemento è abilitato; in caso contrario, false
.true
if the element is enabled; otherwise, false
.
Commenti
Questa interfaccia non è destinata all'implementazione pubblica.This interface is not intended for public implementation. Per ulteriori informazioni, vedere la sezione Osservazioni per l' IInputElement interfaccia.For more information, see remarks for the IInputElement interface.
Le implementazioni esistenti in Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) Core (vedere ContentElement.IsEnabled e UIElement.IsEnabled ) rendono questa proprietà di lettura/scrittura e stabiliscono questa proprietà come proprietà di dipendenza.Existing implementations in the Windows Presentation Foundation (WPF)Windows Presentation Foundation (WPF) core (see ContentElement.IsEnabled and UIElement.IsEnabled) make this property read/write and establish this property as a dependency property.