Click or drag to resize

IMenuModel.SetVisibleAt Method

Version 106.0.290
Change the visibility at the specified index.

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