Click or drag to resize

UserInterfaceCheckBoxChecked Property

Convenience for the two state case. Checked is true when the state is On, and an indeterminate check box is not checked.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public bool Checked { get; set; }

Property Value

Type: Boolean
See Also