Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxExXP.RemoveItem Method

Removes the item at a certain position

Syntax
Public Sub RemoveItem (ByVal Index As Long)
Parameters
Parameter Description
ByVal Index As Long The index to remove
Remarks