DropDownCheckTreeCheckValue Method
Checks the item in the tree whose value matches the one specified by value.
Namespace: Microsoft.Win32.TaskSchedulerAssembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.1
public void CheckValue(
string value,
bool check = true
)
Parameters
- value String
- The value to match.
- check Boolean (Optional)
- if set to true check the matching item, else uncheck it.