CefMenuModelInsertSubMenuAt Method |
Insert a sub-menu in the menu at the specified |index|. 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 InsertSubMenuAt(
int index,
int commandId,
string label
)
Parameters
- index Int32
-
- commandId Int32
-
- label String
-
Return Value
CefMenuModel
See Also