Click or drag to resize

IMenuModel.SetVisibleAt Method

Version 81.3.100
Change the visibility at the specified index.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.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