Click or drag to resize

IMenuModelSetCheckedAt Method

Version 130.1.90
Check the specified index. 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 SetCheckedAt(
	int index,
	bool isChecked
)

Parameters

index  Int32
index
isChecked  Boolean
set checked

Return Value

Boolean
Returns true on success.
See Also