ITreeViewItemThreeStateCheckableState Property |
Returns the item state, that is, Unchecked, Checked or Grayed.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax CheckState State { get; }
ReadOnly Property State As CheckState
Get
Dim instance As ITreeViewItemThreeStateCheckable
Dim value As CheckState
value = instance.State
property CheckState State {
CheckState get ();
}
Property Value
Type:
CheckStateExceptions See Also