property HTML.AllowContextMenu as HTMLEditContextMenuEnum
Specifies whether the control's default context menu is available.

TypeDescription
HTMLEditContextMenuEnum A HTMLEditContextMenuEnum expression that indicates whether the control displays a popup menu when user right clicks the control.

The control's context menu is called once the user right clicks the control's client area. By default, the AllowContextMenu property is exShowContextMenu. Use the AllowContextMenu property to disable the default context menu (exHideContextMenu). Use the ContextMenuItems property to add new entries to or customize the control's context menu.

The control's context menu contains by default the following items:

If the control has not-empty selection, ( EditType property is exHTMLText ) the context menu displays also the following:

An item is disabled if the respective operation is not available in the context.