IWinTreeViewItemDropHilited Property |
Returns true if the item is selected as a drag-and-drop target (TVIS_DROPHILITED).
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool DropHilited { get; }
ReadOnly Property DropHilited As Boolean
Get
Dim instance As IWinTreeViewItem
Dim value As Boolean
value = instance.DropHilited
property bool DropHilited {
bool get ();
}
Property Value
Type:
BooleanExceptions See Also