NetXP 3.0 Reference

OfficeXP.DrawInsertPoint Method 

Internal. See IListBarRenderer

[Visual Basic]
NotOverridable Public Sub DrawInsertPoint( _
   ByVal bar As ListBar, _
   ByVal g As Graphics, _
   ByVal selectedGroup As ListBarGroup, _
   ByVal dragInsertPoint As ListBarInsertPoint _
) Implements _
   IListBarRenderer.DrawInsertPoint
[C#]
public void DrawInsertPoint(
   ListBar bar,
   Graphics g,
   ListBarGroup selectedGroup,
   ListBarInsertPoint dragInsertPoint
);

Parameters

bar
g
selectedGroup
dragInsertPoint

Implements

IListBarRenderer.DrawInsertPoint

See Also

OfficeXP Class | NETXP.Controls.Bars.ListBarRenderers Namespace