GetTabOrder method


Available for all Control objects.

Prototype

GetTabOrder Proto hWnd:HWND

Syntax

Invoke GetTabOrder, hWnd

Function

Gets the TabOrder property for an object.

Parameters

hWnd

Handle to the object.

Return value

Eax returns the tab order for the object, or -1.

REMARKS: The tab order specifies the order in which objects will receive the focus while pressing the <Tab> key.