NetXP 3.0 Reference

ListBarInsertPoint Constructor 

Constructs a new instance of this class, setting the items before and after the drag-drop insertion point.

[Visual Basic]
Public Sub New( _
   ByVal itemBefore As ListBarItem, _
   ByVal itemAfter As ListBarItem, _
   ByVal overEmptyBar As Boolean _
)
[C#]
public ListBarInsertPoint(
   ListBarItem itemBefore,
   ListBarItem itemAfter,
   bool overEmptyBar
);

Parameters

itemBefore
Item before the drag-drop insertion point, or null if no item before.
itemAfter
Item after the drag-drop insertion point, or null if no item after.
overEmptyBar
Whether the drag-drop insertion point should be displayed in an empty bar.

See Also

ListBarInsertPoint Class | NETXP.Controls.Bars Namespace