Value
This property represents the value of the Ribbon control.
When inquired, it returns the value that is currently represented.
When set, the Ribbon control changes its look to represent it.
It is the currently selected Tab.
Example - Retrieve the index of the currently selected tab
procedure division. ... inquire screen-1-rbn-1-hdl value w-tab ... |