IMenuModel.AddItem Method |
Version 85.3.121
Add an item to the menu.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntaxbool AddItem(
CefMenuCommand commandId,
string label
)
bool AddItem(
CefMenuCommand commandId,
String^ label
)
Parameters
- commandId
- Type: CefSharp.CefMenuCommand
the command Id - label
- Type: System.String
the label of the item
Return Value
Type:
BooleanReturns true on success.
See Also