CefMenuModelAddSubMenu Method |
Add a sub-menu to the menu. The new sub-menu is returned.
Namespace: Internal.Xilium.CefGlueAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic CefMenuModel AddSubMenu(
int commandId,
string label
)
Parameters
- commandId Int32
-
- label String
-
Return Value
CefMenuModel
See Also