Request_Previous_Tab - TabDialog
Causes the previous tab page to be displayed and take the focus
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| Mode | Integer | Determines where focus will move to. Allowed values are:ConstantMeaning |
Syntax
Procedure Request_Previous_Tab Integer Mode
Call Example
Send Request_Previous_Tab Mode
Description
Request_previous_tab causes the previous tab page to be displayed and take the focus. When no parameter is passed, it will use standard keyboard navigation rules to determine if the tab button or the first focusable object in the tab page should take the focus. Sending a mode of 2 will force the tab button to take the focus. Passing a mode of 3 will force the first focusable object in the tab page to take the focus. The values 0 and 1 are private.