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