Difference between revisions of "Lua:Class:TabSheet"

From Cheat Engine
Jump to navigation Jump to search
(Create page for TabSheet class)
 
m (Re-word warning note)
 
Line 2: Line 2:
 
'''PageControl Class''': (Inheritence: ''[[WinControl]]'' > ''[[Control]]'' > ''[[Component]]'' > ''[[Object]]'')
 
'''PageControl Class''': (Inheritence: ''[[WinControl]]'' > ''[[Control]]'' > ''[[Component]]'' > ''[[Object]]'')
  
<span style="color:red; font-weight:bold; font-style:italic;">WARNING: This page is unfinished.</span>
+
<span style="color:red; font-weight:bold; font-style:italic;">WARNING: This page may be unfinished.</span>
  
 
== Description ==
 
== Description ==

Latest revision as of 14:33, 14 February 2019

PageControl Class: (Inheritence: WinControl > Control > Component > Object)

WARNING: This page may be unfinished.

Description[edit]

Part of a page control. This object can contain other objects.

Properties[edit]

PageIndex : integer
The current index in the page list of the owning page control.
TabVisible : boolean
Tab is shown if true, hidden if false.
Default: true

See also[edit]

Related Classes[edit]