Click or drag to resize

IMenuModelSetCheckedAt Method

Version 86.0.240
Check the specified index. Only applies to check and radio items.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
bool SetCheckedAt(
	int index,
	bool isChecked
)

Parameters

index
Type: SystemInt32
index
isChecked
Type: SystemBoolean
set checked

Return Value

Type: Boolean
Returns true on success.
See Also