Tab-Index
This property represents the Tab that the following properties refer to: Bitmap-Handle, Bitmap-Number, Bitmap-Width, and Tab-Text.
 
Example - Modify a Ribbon control to disable the third page
procedure division.
...
  modify screen-1-rbn-1-hdl tab-index 3 tab-enabled 0
...