IMenuModelSetCheckedAt Method |
Version 87.1.132
Check the specified index. Only applies to check and radio items.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax bool SetCheckedAt(
int index,
bool isChecked
)
bool SetCheckedAt(
int index,
bool isChecked
)
Parameters
- index
- Type: SystemInt32
index - isChecked
- Type: SystemBoolean
set checked
Return Value
Type:
BooleanReturns true on success.
See Also