ITabCellFormatDlg.DisableItem

Syntax

DisableItem(Value: TabFormatDlgItems);

Parameters

Value - setting element to be locked.

Description

The DisableItem method blocks settings of a specified elements so that they cannot be configured in the formatting dialog box.

Comments

Use the EnableItem method to unblock elements.

Example

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

See also:

ITabCellFormatDlg