Click or drag to resize

MenuItemType Enumeration

Version 94.4.20
Supported menu item types.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum MenuItemType
Members
  Member nameValueDescription
None0 An enum constant representing the none option.
Command1 An enum constant representing the command option.
Check2 An enum constant representing the check option.
Radio3 An enum constant representing the radio option.
Separator4 An enum constant representing the separator option.
SubMenu5 An enum constant representing the sub menu option.
See Also