Enabled
This property assumes a value of "0" if the List-Box control is disabled, "1" if it is enabled.
 
Example - Enable a list-box on procedure division
procedure division.
...
   modify screen-1-lb-1 enabled 1
...