|

Index


(number) The item to select in the listbox object. If the object has "multiple selection" enabled, you can use -1 (or LB_ALLITEMS) to select all items in the list.


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.SetEnabled

OverviewExamples

ListBox.SetEnabled ( string ObjectName,


boolean Enabled = true )


De s cr ip t ion


Sets the enabled/disabled state of a listbox object.


Note: When a listbox object is disabled, it doesn't respond to the user at all.


image

P arame t er s


ObjectName


(string) The name of the listbox object.


|