AnnoUIOnChar

Usage                  Boolean AnnoUIOnChar(hDC As LONGLONG, KeyCode As Integer)

Description         Handles the KeyPress 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

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

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