IMenuModelSetVisible Method |
Version 130.1.90
Change the visibility of the specified commandId.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetVisible(
CefMenuCommand commandId,
bool visible
)
bool SetVisible(
CefMenuCommand commandId,
bool visible
)
Parameters
- commandId CefMenuCommand
- the command Id
- visible Boolean
- visible
Return Value
BooleanReturns true on success.
See Also