 | DropDownCheckListSetItemChecked Method |
Sets the specified item's check state.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic void SetItemChecked(
int index,
bool value
)
Public Sub SetItemChecked (
index As Integer,
value As Boolean
)
public:
void SetItemChecked(
int index,
bool value
)
Request Example
View SourceParameters
- index
- Type: SystemInt32
The index of the item. - value
- Type: SystemBoolean
Checked if set to true; otherwise unchecked.
See Also