CommandState Enumeration
Enumeration for various states of a command. This enumeration can be treated as a bit field; that is, a set of flags. Bit fields can be combined using a bitwise OR operation.
Syntax
[Flags()] public enum CommandState : System.Enum
[Flags()] public enum class CommandState : public System.Enum
Members
Member | Description |
---|---|
Checked | Command is in checked state. |
Disabled | Command is disabled. |
Enabled | Command is enabled. |
Hidden | Command is hidden. |
Unchecked | Command is in unchecked state. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.CommandState
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also