Version 111.2.70 
            Supported menu item types.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
 Syntax
Syntaxpublic enum class MenuItemType
 Members
Members|  | Member name | Value | Description | 
|---|
|  | None | 0 | An enum constant representing the none option. | 
|  | Command | 1 | An enum constant representing the command option. | 
|  | Check | 2 | An enum constant representing the check option. | 
|  | Radio | 3 | An enum constant representing the radio option. | 
|  | Separator | 4 | An enum constant representing the separator option. | 
|  | SubMenu | 5 | An enum constant representing the sub menu option. | 
 See Also
See Also