Share via


InputActivationListener.State Property

Definition

Gets the activation state of the object.

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

Property Value

The activation state of the object.

Applies to

See also