Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtTab
The requested page is not available for selected version.
GetItemRect
Syntax
long GetItemRect(int index, TARect rect)
Description
Retrieve the bounding rectangle of a specified tab item.
Parameters
index
Integer index specifying the item. Note that index numbering begins with 1.
rect
Returned TARect object indicating the bounding rectangle of the item.
Return Value
Return 0 if the call is successful; otherwise, -1..