CoreWindow.IsInputEnabled Property

Definition

Gets or sets a value that indicates whether input is enabled for the app.

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

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

Property Value

Boolean

bool

True if input is enabled for the app; false if it is disabled.

Implements

Applies to