constants AllowContextMenuEnum
The AllowContextMenuEnum type defines the value the AllowContextMenu property supports. The AllowContextMenu property enables or disables the control's context-menu. The AllowContextMenuEnum type supports the following values:

NameValueDescription
exDisableContextMenu0 Disable the control's context-menu.
exAllowContextMenu-1 Allow the control's context-menu.
exAllowListViewContextMenu1 Allow the list-view's context-menu.
exAllowHeaderContextMenu2 Allow the header's context-menu.