isCOBOL Evolve
:
User Interface
:
Controls Reference
:
LIST-BOX
:
Properties
: Visible
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
...
This site works best with JavaScript enabled