IMenuModelGetLabel Method  | 
Version 108.4.130 
            Returns the label for the specified commandId or empty if not found.
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntaxstring 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