ICoreWindow.IsInputEnabled Property

Definition

Specifies a property that gets or sets whether input is enabled for the window.

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

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

Property Value

Boolean

bool

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

Applies to