Click or drag to resize

IMenuModelGetCommandIdAt Method

Version 86.0.240
Returns the command id at the specified index or -1 if not found due to invalid range or the index being a separator.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
CefMenuCommand GetCommandIdAt(
	int index
)

Parameters

index
Type: SystemInt32
the index

Return Value

Type: CefMenuCommand
Command or -1 if not found due to invalid range or the index being a separator.
See Also