New Tab Button
The New tab button allows end-users to display a new tab in the tabbed control. This button resides next to the last tab.
The table below lists the main properties that relate to the New tab button.
Visibility | The tabbed control’s Properties.NewButtonMode property. |
---|---|
Behavior | The tabbed control’s OnNewTabButtonClick and OnNew events. |
Object | The tabbed control’s Properties.NewButton property. |
See Also