COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_COMMAND

Specifies the menu item kind for the ICoreWebView2ContextMenuItem::get_Kind method

Values

ValueMeaning
COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_COMMAND

Specifies a command menu item kind.

COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_CHECK_BOX

Specifies a check box menu item kind. ContextMenuItem objects of this kind will need the IsChecked property to determine current state of the check box.

COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_RADIO

Specifies a radio button menu item kind. ContextMenuItem objects of this kind will need the IsChecked property to determine current state of the radio button.

COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_SEPARATOR

Specifies a separator menu item kind. ContextMenuItem objects of this kind are used to signal a visual separator with no functionality.

COREWEBVIEW2_CONTEXT_MENU_ITEM_KIND_SUBMENU

Specifies a submenu menu item kind. ContextMenuItem objects of this kind will contain a ContextMenuItemCollection of its children ContextMenuItem objects.

Meta