Go to the source code of this file.
|  | 
| const short | CONTEXTMENU = 1 | 
|  | specifies a requests for a context menu. 
 | 
| const short | STARTDRAG = 2 | 
|  | specifies the beginning of a drag operation. 
 | 
| const short | WHEEL = 3 | 
|  | specifies a mouse wheel operation. 
 | 
| const short | STARTAUTOSCROLL = 4 | 
|  | specifies the beginning of an auto scroll operation. 
 | 
| const short | AUTOSCROLL = 5 | 
|  | specifies an auto scroll operation. 
 | 
| const short | VOICE = 6 | 
|  | specifies a request for a voice operation. 
 | 
| const short | STARTEXTTEXTINPUT = 7 | 
|  | specifies the beginning of an extended text input operation. 
 | 
| const short | EXTTEXTINPUT = 8 | 
|  | specifies an extended text input operation. 
 | 
| const short | ENDEXTTEXTINPUT = 9 | 
|  | specifies the end of an extended text input operation. 
 | 
| const short | INPUTCONTEXTCHANGE = 10 | 
|  | specifies that the input context has been changed. 
 | 
| const short | CURSORPOS = 11 | 
|  | specifies the cursor position. 
 | 
| const short | PASTESELECTION = 12 | 
|  | specifies a paste selection command. 
 | 
| const short | MODKEYCHANGE = 13 | 
|  | specifies that the state of a key modifier has changed. 
 | 
| const short | HANGUL_HANJA_CONVERSION = 14 | 
|  | specifies a Hangul hanja conversion command. 
 | 
| const short | USER = 4096 | 
|  | specifies a user-defined command. 
 |