Click or drag to resize

IMenuModel.SetGroupId Method

Version 106.0.290
Sets the group id for the specified commandId.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax
bool SetGroupId(
	CefMenuCommand commandId,
	int groupId
)

Parameters

commandId
Type: CefSharp.CefMenuCommand
the command Id
groupId
Type: System.Int32
the group id

Return Value

Type: Boolean
Returns true on success.
See Also