DropDownCheckListGetItemChecked Method
Gets the check state of the specified item.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public bool GetItemChecked(
int index
)
- index Int32
- The index of the item.
Booleantrue if item is checked; otherwise,
false.