CefMenuModel GetGroupId Method Xilium.CefGlue

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

Returns the group id for the specified |commandId| or -1 if invalid.

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

public int GetGroupId(
	int commandId
)

Parameters

commandId
Type: OnlineSystem Int32

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

Return Value

Type: OnlineInt32

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

See Also