ITreeViewItemCheckable.Check Method |
Selects or unselects an item.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
SyntaxSub Check (
check As Boolean
)
Dim instance As ITreeViewItemCheckable
Dim check As Boolean
instance.Check(check)
Parameters
- check
- Type: System.Boolean
Specifies whether the specified item should be checked (true) or unchecked (false).
Exceptions
See Also