CommandState<T> Properties
Defines the state of a command.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