IMenuModel.SetChecked Method |
Version 67.0.0
Check the specified commandId. Only applies to check and radio items.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 67.0.0.0 (67.0.0.0)
Syntaxbool SetChecked(
CefMenuCommand commandId,
bool isChecked
)
bool SetChecked(
CefMenuCommand commandId,
bool isChecked
)
Parameters
- commandId
- Type: CefSharp.CefMenuCommand
the command Id - isChecked
- Type: System.Boolean
set checked
Return Value
Type:
BooleanReturns true on success.
See Also