Click or drag to resize
IMenuModel.SetCommandIdAt Method
Version 57.0.0
Sets the command id at the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax
bool SetCommandIdAt(
	int index,
	CefMenuCommand commandId
)

Parameters

index
Type: System.Int32
index
commandId
Type: CefSharp.CefMenuCommand
the command Id

Return Value

Type: Boolean
Returns true on success.
See Also