 | DropDownCheckTreeCheckItems 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<string> match,
bool keepExisting = false
)
Public Sub CheckItems (
match As Predicate(Of String),
Optional keepExisting As Boolean = false
)
public:
void CheckItems(
Predicate<String^>^ match,
bool keepExisting = false
)
Request Example
View SourceParameters
- match
- Type: SystemPredicateString
The match. - keepExisting (Optional)
- Type: SystemBoolean
if set to true keep existing checked items.
See Also