Click or drag to resize
Task Scheduler Managed Class Library

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
Syntax
public void SetItemChecked(
	int index,
	bool value
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index of the item.
value
Type: SystemBoolean
Checked if set to true; otherwise unchecked.
See Also