Click or drag to resize

IMenuModelSetChecked Method

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

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

Parameters

commandId  CefMenuCommand
the command Id
isChecked  Boolean
set checked

Return Value

Boolean
Returns true on success.
See Also