AnnoUIGetUpdateRect

Usage                  AnnoUIGetUpdateRect(Left As Long, Top As Long, Right As Long, Bottom As Long)

Description         Returns the rectangle to be updated, in logical coordinates. These values should be passed to the UpdateControl method of the BiDisp OCX.

Parameters         Left, Top                Long                The upper-left corner of the rectangle

                             Right, Bottom        Long                The lower-right corner of the rectangle

Return value      None

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