GetEventObjArea

Usage                  void GetEventObjArea(X As Long*, Y As Long*, Width As Long*, Height As long*)

Description         This method retrieves the area of the object clicked on. You can use this function in the UserDefined event handler.

Parameters         X                          Long*                 Left position of the object.

                             Y                          Long*                 Top position of the object.

                             Width                  Long*                 Width of the object.

                             Height                 Long*                 Height of the object.

Return value      None

Programming Notes        See GetEventObjProperties method. This method does not pass parameters as reference.