CefMenuItemType Enumeration |
Supported menu item types.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic enum CefMenuItemType
Members| Member name | Value | Description |
|---|
| None | 0 | |
| Command | 1 | |
| Check | 2 | |
| Radio | 3 | |
| Separator | 4 | |
| SubMenu | 5 | |
See Also