OverviewExamples
| 
 ListBox.SetEnabled (  | 
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.
(string) The name of the listbox object.
(boolean) Whether to make the listbox object enabled or disabled:
| 
 VALUE  | 
 DESCRIPTION  | 
| 
 true  | 
 Enabled. (Default)  | 
| 
 false  | 
 Disabled.  | 
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions