Click or drag to resize
Task Scheduler Managed Class Library

DropDownCheckListCheckItems Method

Checks the matching items.

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
public void CheckItems(
	Predicate<Object> match,
	bool keepExisting = false
)
Request Example View Source

Parameters

match  PredicateObject
The match.
keepExisting  Boolean  (Optional)
if set to true keep existing checked items.
See Also