Version 130.1.90
Supported menu item types.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.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