Click or drag to resize

CefMenuItemType Enumeration

Supported menu item types.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CefMenuItemType
Members
  Member nameValueDescription
None0
Command1
Check2
Radio3
Separator4
SubMenu5
See Also