ResourceCommandState Enum
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.
The state of a resource command.
public enum ResourceCommandState
type ResourceCommandState =
Public Enum ResourceCommandState
- Inheritance
-
ResourceCommandState
Fields
Name | Value | Description |
---|---|---|
Enabled | 0 | Command is visible and enabled for use. |
Disabled | 1 | Command is visible and disabled for use. |
2 | Command is hidden. |