ICoreWindow.IsInputEnabled Property

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

Syntax

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

Property value

Type: bool 

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

Remarks

Requirements

Namespace: Windows.UI.Core

Metadata: windows.winmd

See also

Reference

ICoreWindow Interface

ICoreWindow Members

Windows.UI.Core Namespace