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) | (None) | | MouseExit | (None) | (None) | (None) | | Open | (None) | (None) | (None) | | Shown | (None) | (None) | (None) | | ValueChange | (None) | (None) | Raised when the user changes the control’s value. | ## Properties | Name | Type | Default Value | Description | | --- | :---: | :---: | --- | | Enabled | Boolean | (None) | (None) | | Group | String | (None) | (None) | | HasLabel | Boolean | (None) | (None) | | Icon | String | (None) | (None) | | IconTrue | String | (None) | (None) | | LabelFalse | String | (None) | (None) | | LabelTrue | String | (None) | (None) | | StyleFalse | GraffitiStyle | (None) | (None) | | StyleIcon | GraffitiStyle | (None) | (None) | | StyleIconTrue | GraffitiStyle | (None) | (None) | | StyleTrue | GraffitiStyle | (None) | (None) | | Value | Boolean | (None) | (None) |