Visible
This property assumes a value of "0" if the IWC-Panel control is not visible, "1" if it is visible.
 
Example - Modify an iwc-panel to set it invisible
procedure division.
...
  modify screen-1-ip-1 visible 0
...