Click or drag to resize

UserInterfaceCheckState Enumeration

State of a UserInterfaceCheckBox. Named the way the other enums in here are, so that it does not collide with System.Windows.Forms.CheckState in code that uses both namespaces.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum UserInterfaceCheckState
Members
  Member nameValueDescription
Off0Not checked
On1Checked
Indeterminate2 Neither on nor off, drawn as a dash. Use this when the things the check box stands for do not agree with each other.
See Also