Difference between revisions of "Lua:Class:PageControl"

From Cheat Engine
Jump to navigation Jump to search
(Create page about Lua class PageControl)
(No difference)

Revision as of 12:13, 14 February 2019

PageControl Class: (Inheritence: WinControl)

WARNING: This page is unfinished.

Description

PageControl is tabbed GUI control.

Creation

createPageControl(owner) : PageControl
Returns a newly created PageControl.

Methods

addTab() 
TabSheet
Creates & returns new TabSheet.
getPageCount() : int
getPage()
addMetaData()

See also

Related Functions

Related Classes