IMenuModelRemoveAt Method |
Version 130.1.90
Removes the item at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool RemoveAt(
int index
)
bool RemoveAt(
int index
)
Parameters
- index Int32
- index
Return Value
BooleanReturns true on success.
See Also