|

Index


(number) The index (or line number) of the item to deselect in the listbox object.


Tip: You can use an index of -1 (or variable LB_ALLITEMS) to deselect all items in the listbox.


image

Re t u r n s


Nothing. You can use Application.GetLastError to determine whether this action failed, and why.


See also: Related Actions


image

image

ListBox.FindItem

OverviewExamples

number ListBox.FindItem ( string ObjectName,


number StartAfter, number SearchType, string SearchText )


De s cr ip t ion


Searches through the items in a listbox object for a specific string and returns the index (line number) where it was found.


P arame t er s


ObjectName


(string) The name of the listbox object.


|