Version 101.0.180
Supported menu item types.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 101.0.180.0 (101.0.180.0)
Syntax public 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