IMenuModel.AddItem Method |
Version 89.0.170
Add an item to the menu.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 89.0.170.0 (89.0.170.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