Click or drag to resize
IMenuModel.SetVisibleAt Method
Version 55.0.0
Change the visibility at the specified index.

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

Parameters

index
Type: System.Int32
index
visible
Type: System.Boolean
visible

Return Value

Type: Boolean
Returns true on success.
See Also