Difference between revisions of "Lua:Class:ToggleBox"

From Cheat Engine
Jump to navigation Jump to search
(Create page for ToggleBox class)
 
(No difference)

Latest revision as of 14:54, 14 February 2019

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.

See also[edit]

Related Classes[edit]