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