Click or drag to resize

IMenuModelGetTypeAt Method

Version 130.1.90
Returns the item type at the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
MenuItemType GetTypeAt(
	int index
)

Parameters

index  Int32
index

Return Value

MenuItemType
Returns the item type at the specified index.
See Also