SelectHandleNum

(Engine-Level Function)

Description: Selects the given handle of selected graphics statements in a window.
Returns: Point
Usage: Script or steady state.
Function Groups: Graphics
Related to: DragHandle | SelectHandle
Format: SelectHandleNum(Object, HandleNum, X, Y)
Parameters:  
Object
Required. Any expression for the object value which identifies the window.
HandleNum
Required. Any numeric expression for the handle number which you wish to choose. The handles are numbered as follows.

0      1      2

6      8      7

3      4      5

X
Required. Any variable in which the X screen coordinate for that handle will be returned.
Y
Required. Any variable in which the Y screen coordinate for that handle will be returned.
Comments: This function selects the handle requested in the window requested and returns the user coordinates for that selected handle. The returned coordinates can then be used in the DragHandle function.
Will return invalid for the X & Y values if an attempt is made to select the middle side handles (1, 4, 6, or 7) when those handles are not visible due to the object selection box being too small to display them.