InputActivationListenerActivationChangedEventArgs.State Property

Definition

Gets the activation state of a window, view, or other visual element.

public:
 property InputActivationState State { InputActivationState get(); };
InputActivationState State();
public InputActivationState State { get; }
var inputActivationState = inputActivationListenerActivationChangedEventArgs.state;
Public ReadOnly Property State As InputActivationState

Property Value

The activation state of the window, view, or other visual element.

Applies to