Overview
A control that contains multiple items that share the same space on the screen.
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | activePage | TabPage | ![]() | ![]() | ![]() |
The currently active tab page. |
|
public | fill | Paint | ![]() | ![]() | ![]() | Color.LIGHTGRAY |
The background fill od the tab view. |
public | items | TabPage[] | ![]() | ![]() | ![]() |
The pages contained in the tab view. |
|
public | onClosing | function(:TabPage):boolean | ![]() | ![]() | ![]() |
Invoked when a tab page is closed interactively by the user. ![]() Invoked when a tab page is closed interactively by the user. The associated function can be used to cancel the closing operation by returning false. |
|
public | showCloseButtons | Boolean | ![]() | ![]() | ![]() | false |
A value indicating whether the user could close a tab page interactively by a button contained in the tab page headers. |