ITabUserInteractiveSelectionChangeEventArgs.Cancel

Syntax

Cancel: Boolean;

Description

The Cancel property determines whether interactive range can be changed.

Comments

If the property is set to True, the change made on the interactive range is prohibited. By default, the property is set to False, change is allowed.

Example

The property use is given in description of the TabSheetBox.OnUserInteractiveSelectionChange event.

See also:

ITabUserInteractiveSelectionChangeEventArgs