Show / Hide Table of Contents

Class CommandState

State of a menu entry or toolbar button. Used in the event.

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 Source

CommandState()

Creates a command state which is enabled, but not checked and no radio button set.

Declaration
public CommandState()

Properties

| Improve this Doc View Source

Checked

Gets or sets the "checked" state.

Declaration
public bool Checked { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Enabled

Gets or sets the "enabled" state.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Radio

Gets or sets the "radio" state.

Declaration
public bool Radio { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX