GraffitiSuite Docs
Docs
Graffitiradiobutton
Loading document parsing libraries...
# GraffitiRadioButton Class Inherits GraffitiWebUIControl ## About A powerful and customizable radio button replacement control. ## Compatibility ### Framework API Version | 1.0 | 2.0 | | :---: | :---: | | True | True | ### Web | 32-Bit | 64-Bit | | :---: | :---: | | True | True | ## Event Definitions | Name | Parameters | Return Type | Description | | --- | :---: | :---: | --- | | MouseEnter | (None) | (None) | | | MouseExit | (None) | (None) | | | Open | (None) | (None) | | | Shown | (None) | (None) | | | ValueChange | (None) | (None) | Raised when the user changes the control’s value. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Enabled | Boolean | Nil | | | Group | String | Nil | | | HasLabel | Boolean | Nil | | | Icon | String | Nil | | | IconTrue | String | Nil | | | LabelFalse | String | Nil | | | LabelTrue | String | Nil | | | StyleFalse | GraffitiStyle | Nil | | | StyleIcon | GraffitiStyle | Nil | | | StyleIconTrue | GraffitiStyle | Nil | | | StyleTrue | GraffitiStyle | Nil | | | Value | Boolean | Nil | |