Visible
This property assumes a value of "0" if the Ribbon control is not visible, "1" if it is visible. The visibility is applied to the whole control, it’s not possible to hide and show the individual pages.
 
Example - Modify a Ribbon control to make it invisible
procedure division.
...
  modify screen-1-rbn-1-hdl visible 0
...