IWinTreeViewItemCut Property |
Returns true if the item is selected as part of a cut-and-paste operation (TVIS_CUT).
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax ReadOnly Property Cut As Boolean
Get
Dim instance As IWinTreeViewItem
Dim value As Boolean
value = instance.Cut
property bool Cut {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also