IMenuModelGetLabel Method |
Version 55.0.0
Returns the label for the specified commandId or empty if not found.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax string GetLabel(
CefMenuCommand commandId
)
String^ GetLabel(
CefMenuCommand commandId
)
Parameters
- commandId
- Type: CefSharpCefMenuCommand
the command Id
Return Value
Type:
StringReturns the label for the specified commandId or empty if not found.
See Also