DefaultMenu: Boolean;
The DefaultMenu property determines whether system context menu is available for ETL task objects and its working area.
Available values:
True. System context menu is available for ETL task objects and its working area.
False. Default value. System context menu is unavailable for ETL task objects and its working area. In this case the context menu can be set using the IControl.PopupMenu property.
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.
The property use is given in the example for IEtlBox.DefaultHandlers.
See also: