Click or drag to resize

IMenuModelSetCommandIdAt Method

Version 130.1.90
Sets the command id at the specified index.

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

Parameters

index  Int32
index
commandId  CefMenuCommand
the command Id

Return Value

Boolean
Returns true on success.
See Also