TxContextMenuItemKind
Specifies the type of menu item via interface AntViewContextMenuItem property Kind.
Constants for enum CoreWebView2ContextMenuItemKind
cmikCommand:
The menu item is of type command item.
cmikCheckBox:
The menu item is of type checkbox.
ContextMenuItem objects of this kind will need the Checked property to determine current state of the check box.
cmikRadio:
The menu item is of type radio.
ContextMenuItem objects of this kind will need the Checked property to determine current state of the radio button.
cmikSeparator:
The menu item is a separator and features no functionality beyond the visual aspect.
cmikSubmenu:
The menu item is a submenu.
ContextMenuItem objects of this kind will contain a ContextMenuItemCollection of its children ContextMenuItem objects.
AntView - The MS Edge WebView2 ActiveX control Date last changed: 11/05/2025