InputActivationListenerActivationChangedEventArgs.State 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.
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.