Click or drag to resize

IMenuModelSetChecked Method

Version 85.3.121
Check the specified commandId. Only applies to check and radio items.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 85.3.121.0 (85.3.121.0)
Syntax
bool SetChecked(
	CefMenuCommand commandId,
	bool isChecked
)

Parameters

commandId
Type: CefSharpCefMenuCommand
the command Id
isChecked
Type: SystemBoolean
set checked

Return Value

Type: Boolean
Returns true on success.
See Also