Lua:Class:ToggleBox

From Cheat Engine
Jump to navigation Jump to search

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]