 | DropDownCheckTreeCheckValue Method |
Checks the item in the tree whose value matches the one specified by value.
Namespace:
Microsoft.Win32.TaskScheduler
Assembly:
Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.10.1
Syntaxpublic void CheckValue(
string value,
bool check = true
)
Public Sub CheckValue (
value As String,
Optional check As Boolean = true
)
public:
void CheckValue(
String^ value,
bool check = true
)
Request Example
View SourceParameters
- value
- Type: SystemString
The value to match. - check (Optional)
- Type: SystemBoolean
if set to true check the matching item, else uncheck it.
See Also