IMenuModelSetCheckedAt Method |
Version 130.1.90
Check the specified index. Only applies to check and radio items.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax bool SetCheckedAt(
int index,
bool isChecked
)
bool SetCheckedAt(
int index,
bool isChecked
)
Parameters
- index Int32
- index
- isChecked Boolean
- set checked
Return Value
BooleanReturns true on success.
See Also