ITabCellFormatDlg.ExcludePage

Syntax

ExcludePage(Value: TabFormatDlgPages);

Parameters

Value - dialog box page to be hidden when the formatting dialog box is shown.

Description

The ExcludePage method excludes the specified page from the list of pages shown in the formatting dialog box.

Comments

Use the IncludePage method to include pages into the list of pages shown in the formatting dialog box.

Example

The method use is given in the example for the ShowDialog method.

See also:

ITabCellFormatDlg