Click or drag to resize

IMenuModelSetVisibleAt Method

Version 130.1.90
Change the visibility at the specified index.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool SetVisibleAt(
	int index,
	bool visible
)

Parameters

index  Int32
index
visible  Boolean
visible

Return Value

Boolean
Returns true on success.
See Also