Lua:Class:ToggleBox

From Cheat Engine
Jump to navigation Jump to search

ToggleBox Class: (Inheritance: CheckBox > ButtonControl > WinControl > Control > Component > Object)

Description

A button that can be toggled on/off like a CheckBox.

Creation

createToggleBox(owner) : ToggleBox
Creates a ToggleBox class object which belongs to the given owner. Owner can be any object inherited from WinControl.

See also

Related Classes