|
|
|
|
Buttons |
A tab control with a single row of tabs (Rows property) offers optional scroll buttons, a Minimize button, a Restore button and a Close button.
The Close button, Minimize button and Restore button do not require the presence of scroll buttons. These buttons are optional and can be individually controlled.
Even though the buttons are called Close, Minimize, Restore buttons, they are not limited to be used for that purpose (Close, Minimize, Restore). The names are merely used to identify the buttons.
Each button generates an event when clicked: CloseButtonClicked for the Close button, MinimizeButtonClicked for the Minimize button and RestoreButtonClicked for the Restore button.
The scroll buttons are optional and can be enabled using the Scrolling.Style property. When scroll buttons are clicked, the tabs are automatically scrolled.