IMenuModelGetTypeAt Method |
Version 130.1.90
Returns the item type at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax MenuItemType GetTypeAt(
int index
)
MenuItemType GetTypeAt(
int index
)
Parameters
- index Int32
- index
Return Value
MenuItemTypeReturns the item type at the specified index.
See Also