Skip to main content

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.

Note

The Close button is only visible in the navigator bar if tabs are displayed in a single row (the MultiLine property is set to False), and the Options property’s pcoCloseButton option is active.

Behavior

The tabbed control’s OnCanCloseEx and OnCanClose events.

See Also