Click or drag to resize

IMenuModelGetLabel Method

Version 86.0.240
Returns the label for the specified commandId or empty if not found.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
string GetLabel(
	CefMenuCommand commandId
)

Parameters

commandId
Type: CefSharpCefMenuCommand
the command Id

Return Value

Type: String
Returns the label for the specified commandId or empty if not found.
See Also