Visible
This property assumes a value of "0" if the List-Box control is not visible, "1" if it is visible.
 
Example - Modify a list-box to set it invisible
procedure division.
...
  modify screen-1-lb-1 visible 0
...