Condividi tramite


CoreComponentInputSource.IsInputEnabled Proprietà

Definizione

Ottiene o imposta un valore che indica se l'input è abilitato per l'elemento del framework XAML ospitato.

public:
 property bool IsInputEnabled { bool get(); void set(bool value); };
bool IsInputEnabled();

void IsInputEnabled(bool value);
public bool IsInputEnabled { get; set; }
var boolean = coreComponentInputSource.isInputEnabled;
coreComponentInputSource.isInputEnabled = boolean;
Public Property IsInputEnabled As Boolean

Valore della proprietà

Boolean

bool

true se l'input è abilitato; false se non lo è.

Implementazioni

Si applica a