IMenuModelSetVisibleAt Method |
Version 130.1.90
Change the visibility at the specified index.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetVisibleAt(
int index,
bool visible
)
bool SetVisibleAt(
int index,
bool visible
)
Parameters
- index Int32
- index
- visible Boolean
- visible
Return Value
BooleanReturns true on success.
See Also