CommandState<T> Members
Defines the state of a command.Properties
| Name | Description |
|---|---|
| enabled | Specifies a command availability. Inherited from SimpleCommandState. |
| value | Specifies a command value. |
| visible | Specifies a command visibility. Inherited from SimpleCommandState. |
See Also