AnnoUIOnKeyUp

Usage                  Boolean AnnoUIOnKeyUp(hDC As LONGLONG, KeyCode As Integer, Shift As Integer)

Description         Handles the KeyUp event of the TIFF OCX. You can call the TIFF OCX GetDC method to retrieve a DC. After you have called this method, you must call the ReleaseDC method of the TIFF OCX.

Parameters         hDC                       LONGLONG DC to paint onto if necessary

                             KeyCode                Integer             Specifies the key code of the given key

                             Shift                       Integer             Corresponds to the state of the SHIFT, CTRL, and ALT keys at the time of the event

Return value      True if repaint is necessary. The update area can be obtained by the AnnoUIGetUpdateRect method.

Programming Notes        See the KeyUp event in the Visual Basic help section for more information.