Skip to content

Request_Next_Tab - TabDialog

Causes the next tab page to be displayed

Type: Procedure

Parameters

Parameter Type Description
Mode Integer Determines where focus will move to. Allowed values are:ConstantMeaning

Syntax

Procedure Request_Next_Tab Integer Mode

Call Example

Send Request_Next_Tab Mode

Description

Request_next_tab causes the next tab page to be displayed. When no parameter is passed, it will use standard keyboard navigation rules to determine if the tab button or the first focusable object within the tab page should take the focus. Sending a mode of 2 will force the tab button to take the focus. Passing a value of 3 will force the first focusable object in the tab page to take the focus. The values 0 and 1 are private.