OLEDropAbove Property
Description
When using OLEDragDrop, this property indicates whether the drop marker is above or below the current row.
Property Type
Read-only property
Syntax (Visual Basic)
Public Property OLEDropAbove() As Boolean
Return Type
Returns True if the drop marker is displayed above the row, and False if it is displayed below the row. The default value is True.
Remarks
OLEDropAbove will ALWAYS be True, unless the marker is currently displayed under a row.
See Also
Example
Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.