ITabCellFormatDlg.ExcludePage

Fore Syntax

ExcludePage(Value: TabFormatDlgPages);

Fore.NET Syntax

ExcludePage(Value: Prognoz.Platform.Interop.Tab.TabFormatDlgPages);

Parameters

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

Description

The ExcludePage method excludes selected 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