Hello,
I have a mover container class. It has 4 buttons (Move one, Move All, Remove One, Remove All) and also allows drag-drop.
Move/Remove one calls this code
* Move the highlighted entry in the source listbox to the destination listbox.
This.parent.MoveOne(this.Parent.lstSource...