Click or drag to resize

IMenuModelRemoveAt Method

Version 130.1.90
Removes the item at the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool RemoveAt(
	int index
)

Parameters

index  Int32
index

Return Value

Boolean
Returns true on success.
See Also