Version

GetDropIndicatorLocation Method

Returns the location that the indicators should be positioned at based on the specified item rect.
Syntax
'Declaration
 
Public Overridable Function GetDropIndicatorLocation( _
   ByVal itemBounds As Rectangle, _
   ByVal alignment As IndicatorAlignment _
) As Point
public virtual Point GetDropIndicatorLocation( 
   Rectangle itemBounds,
   IndicatorAlignment alignment
)

Parameters

itemBounds
Location and size of the item
alignment
Alignment of the indicator

Return Value

The location where the control should be positioned.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also