IMenuModelSetChecked Method |
Version 130.1.90
Check the specified commandId. Only applies to check and radio items.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetChecked(
CefMenuCommand commandId,
bool isChecked
)
bool SetChecked(
CefMenuCommand commandId,
bool isChecked
)
Parameters
- commandId CefMenuCommand
- the command Id
- isChecked Boolean
- set checked
Return Value
BooleanReturns true on success.
See Also