共用方式為


CoreComponentInputSource.IsInputEnabled 屬性

定義

取得或設定是否為託管的 XAML 架構專案啟用輸入。

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

屬性值

Boolean

bool

如果啟用輸入,則為true;如果不是,則為 false。

實作

適用於