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. |
|