Tab object
The Tab widget provides a container for organizing content into labeled pages
| Property |
Description |
Access |
Type |
| Tab.align |
Align the Tab relative to its parent |
readwrite |
boolean |
| Tab.allowdrop |
Controls whether the Tab is a drag and drop target |
readwrite |
boolean |
| Tab.count |
Get the count of items in the Tab |
readonly |
number |
| Tab.cursor |
Get/set the image of the mouse cursor as it hovers over the Tab |
readwrite |
string |
| Tab.enabled |
Controls whether the Tab responds to mouse and other events |
readwrite |
boolean |
| Tab.font |
Get/set the Tab font |
readwrite |
string |
| Tab.fontsize |
Get/set the Tab font size |
readwrite |
number |
| Tab.fontstyle |
Get/set the Tab font style |
readwrite |
table |
| Tab.height |
Get/set the Tab's height |
readwrite |
number |
| Tab.items |
Get/set the Tab of the Tab items |
readonly |
table |
| Tab.parent |
Get the Tab's parent widget |
readonly |
|
| Tab.selected |
Get/set the selected Tab item |
readonly |
|
| Tab.visible |
Controls whether the Tab appears on screen |
readwrite |
boolean |
| Tab.width |
Get/set the Tab's width |
readwrite |
number |
| Tab.x |
Get/set the Tab's horizontal position |
readwrite |
number |
| Tab.y |
Get/set the Tab's vertical position |
readwrite |
number |