Click or drag to resize

UserInterfaceRadioButtonChecked Property

Is this the button that is on in its group? Turning a button on turns off every other button in its group. Setting this does not raise CheckedChanged; that is only for a state the user changed.

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

Property Value

Type: Boolean
See Also