Lua:Class:ToggleBox
Revision as of 14:54, 14 February 2019 by AntumDeluge (talk | contribs) (Create page for ToggleBox class)
ToggleBox Class: (Inheritance: CheckBox > ButtonControl > WinControl > Control > Component > Object)
Description[edit]
A button that can be toggled on/off like a CheckBox.
Creation[edit]
- createToggleBox(owner) : ToggleBox
- Creates a ToggleBox class object which belongs to the given owner. Owner can be any object inherited from WinControl.