Click or drag to resize

IMenuModelInsertSeparatorAt Method

Version 130.1.90
Insert a separator in the menu at the specified index.

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

Parameters

index  Int32
index

Return Value

Boolean
Returns true on success.
See Also