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