CefMenuModel GetLabel Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

public string GetLabel(
	int commandId
)

Parameters

commandId
Type: OnlineSystem Int32

[Missing <param name="commandId"/> documentation for "M:Xilium.CefGlue.CefMenuModel.GetLabel(System.Int32)"]

Return Value

Type: OnlineString

[Missing <returns> documentation for "M:Xilium.CefGlue.CefMenuModel.GetLabel(System.Int32)"]

See Also