IEtlBox.DefaultMenu

Syntax

DefaultMenu: Boolean;

Description

The DefaultMenu property determines whether system context menu is available for ETL task objects and its working area.

Comments

Available values:

NOTE. When the IControl.PopupMenu property is set, the system context menu cannot be used.

The property can be used if the IEtlBox.DefaultHandlers property is set to True.

Example

The property use is given in the example for IEtlBox.DefaultHandlers.

See also:

IEtlBox