InputEnabledEventArgs.InputEnabled Property

Definition

Gets whether the window is enabled for input.

public:
 property bool InputEnabled { bool get(); };
bool InputEnabled();
public bool InputEnabled { get; }
var boolean = inputEnabledEventArgs.inputEnabled;
Public ReadOnly Property InputEnabled As Boolean

Property Value

Boolean

bool

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

Applies to