ICoreWindow.IsInputEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.