Click or drag to resize

IMenuModelSetVisible Method

Version 130.1.90
Change the visibility of the specified commandId.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax
bool SetVisible(
	CefMenuCommand commandId,
	bool visible
)

Parameters

commandId  CefMenuCommand
the command Id
visible  Boolean
visible

Return Value

Boolean
Returns true on success.
See Also