NetXP 3.0 Reference

IListBarRenderer.DrawInsertPoint Method 

Draws the insertion point when dragging an item.

[Visual Basic]
Sub DrawInsertPoint( _
   ByVal bar As ListBar, _
   ByVal g As Graphics, _
   ByVal group As ListBarGroup, _
   ByVal dragInsertPoint As ListBarInsertPoint _
)
[C#]
void DrawInsertPoint(
   ListBar bar,
   Graphics g,
   ListBarGroup group,
   ListBarInsertPoint dragInsertPoint
);

Parameters

bar
The list bar.
g
The graphics object.
group
The current list bar group.
dragInsertPoint
The insertion point.

See Also

IListBarRenderer Interface | NETXP.Controls.Bars Namespace