SelectHandleNum

Description:              This statement selects the given handle of selected graphics statements in a window.

Returns:                    Point

Usage:                       Script or Steady State

Format:                      SelectHandleNum(Object, HandleNum, X, Y)

Parameters:             Object    { Object value }  { required }  { no default: }

                                      Any expression for the object value which identifies the window.

                                    HandleNum    { numeric }  { required }  { no default: }

                                      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    { numeric (return value) }  { required }  { no default: }

                                      Any variable in which the X screen coordinate for that handle will be returned.

                                    Y    { numeric (return value) }  { required }  { no default: }

                                      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.

See Also:

DragHandle | SelectHandle