This function determines the order in which dialog controls will be selected when the user presses the TAB key.
Syntax
TAB.ORDER?( )
Remarks
This function brings up the Tab Order dialog box and allows the user to select the order in which buttons will be selected when the TAB key is pressed.
The BRING.TO.FRONT and SEND.TO.BACK macro functions can also be used to programmatically set up the tab order.
Related Functions
BRING.TO.FRONT Puts the selected object or objects on top of all other objects
SEND.TO.BACK Puts the selected object or objects behind all other objects
Return to index