Class CommandState
State of a menu entry or toolbar button. Used in the
Inheritance
System.Object
CommandState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CADability.UserInterface
Assembly: CADability.dll
Syntax
public class CommandState
Constructors
| Improve this Doc View SourceCommandState()
Creates a command state which is enabled, but not checked and no radio button set.
Declaration
public CommandState()
Properties
| Improve this Doc View SourceChecked
Gets or sets the "checked" state.
Declaration
public bool Checked { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Enabled
Gets or sets the "enabled" state.
Declaration
public bool Enabled { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Radio
Gets or sets the "radio" state.
Declaration
public bool Radio { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |