CoreWebView2ContextMenuItemKind Enum

Specifies the menu item kind for the CoreWebView2ContextMenuItem.Kind property.

Name Value Description
Command 0x0 Specifies a command menu item kind.
CheckBox 0x1 Specifies a check box menu item kind. CoreWebView2ContextMenuItem objects of this kind will need the CoreWebView2ContextMenuItem.IsChecked property to determine current state of the check box.
Radio 0x2 Specifies a radio button menu item kind. CoreWebView2ContextMenuItem objects of this kind will need the CoreWebView2ContextMenuItem.IsChecked property to determine current state of the radio button.
Separator 0x3 Specifies a separator menu item kind. CoreWebView2ContextMenuItem objects of this kind are used to signal a visual separator with no functionality.
Submenu 0x4 Specifies a submenu menu item kind. CoreWebView2ContextMenuItem objects of this kind will contain a collection of its children CoreWebView2ContextMenuItem objects.

Referenced by