CoreWindow.IsInputEnabled Property

Gets or sets a value that indicates 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

CoreWindow Class

CoreWindow Members

Windows.UI.Core Namespace