 | DropDownCheckListCheckItems Method |
Checks the matching items.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic void CheckItems(
Predicate<Object> match,
bool keepExisting = false
)
Public Sub CheckItems (
match As Predicate(Of Object),
Optional keepExisting As Boolean = false
)
public:
void CheckItems(
Predicate<Object^>^ match,
bool keepExisting = false
)
Request Example
View SourceParameters
- match
- Type: SystemPredicateObject
The match. - keepExisting (Optional)
- Type: SystemBoolean
if set to true keep existing checked items.
See Also