&<img src="../resources/images/opentocr.png" title="Open Contents list" border="0"&>
You are here:
2.11.6 Tab Framework Events and Methods
A tab sheet has the following events to aid in the management of a tab framework application:
CloseClick |
The CloseClick event is triggered when the user clicks on the DockCloseButton cross. |
|---|---|
AutoHideClick |
The AutoHideClick event is triggered when the user clicks on the AutoHideButton cross. |
Docked |
The Docked event is triggered when the user docks a tab sheet. |
Undocked |
The Undocked event is triggered when the user undocks a tab sheet. |
|
A tab sheet has the following methods to aid in the management of a tab framework application:
ShowSheet |
The ShowSheet method can be used to redisplay a tab sheet that has been hidden via the click of the Close button. |
|---|---|
HideSheet |
The HideSheet method can be used to DockHide a tab Sheet. This is the programmatic equivalent of clicking the Close button. |
|
&<img src="../resources/images/opentoc-dark.png" title="Open Contents List" border="0"&>