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 will be unavailable for use.

The property is available for use if the IEtlBox.DefaultHandlers property is set to True.

Example

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

See also:

IEtlBox