Version 104.4.240 
            Supported menu item types.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic enum class MenuItemType
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