Clear Method
Object List Next Object
Defined By: ListBox
Description:
Clears the contents of a ListBox, ComboBox, or FileListBox.
Declaration:
Sub Clear ()
Details:
Clear, allows you to completely clear the designated control of all list items
by using one simple statement. The alternative would be using RemoveItem
repeatedly until all list items were removed.
See Also:
AddItem method, RemoveItem method