Close Button
The Close button allows end-users to close a page, and remove it from the tabbed control.
This button can be optionally displayed in tabs and within the navigator bar.
The table below lists the main properties that relate to the Close button.
Visibility | The tabbed control’s Properties.CloseButtonMode property, the tabbed control’s Properties.Options property (the pcoCloseButton option), the AllowCloseButton property of individual tabs or pages. |
Behavior | The tabbed control’s OnCanCloseEx and OnCanClose events. |
See Also