Constant
| Description
|
HE_CANCELCONVERT
| Cancels Kana-to-Kanji conversion. (Japanese version only.)
|
HE_CHAROFFSET
| Converts logical character position of a character in the control to byte
offset to the character. For bedit controls only.
|
HE_CHARPOSITION
| Converts byte offset in the text buffer of the control to the logical
character position, which contains the byte specified by the byte offset. For bedit
controls only.
|
HE_DEFAULTFONT
| Switches the font of the bedit control to the default font that the bedit
selects at the time of creation. For bedit controls only.
|
HE_ENABLEALTLIST
| Enables or disables the alternate list in a bedit control.
|
HE_FIXKKCONVERT
| Confirm undetermined string and close Input Method Editor (IME). (Japanese
version only.)
|
HE_GETBOXLAYOUT
| Points to the BOXLAYOUT structure, which is filled with the current box layout for the control. For
bedit controls only.
|
HE_GETCONVERTRANGE
| Gets the range of the marked conversion string. (Japanese version only.)
|
HE_GETINFLATE
| LPRECTOFS filled with current value.
|
HE_GETINKHANDLE
| Retrieves a handle to the captured ink.
|
HE_GETKKCONVERT
| Determines if the Input Method Editor (IME) is in pen (or keyboard) conversion
mode. (Japanese version only.)
|
HE_GETKKSTATUS
| Determines the mode of the Kana-to-Kanji conversion. (Japanese version only.)
|
HE_GETRC
| Fills an RC structure, whose address is passed in the lParam, with current values. See the note that follows.
|
HE_GETUNDERLINE
| Queries whether underline mode is set. For hedit controls only.
|
HE_HIDEALTLIST
| Hides the alternate list in a bedit control, assuming it is being displayed.
|
HE_KKCONVERT
| Starts Kana-to-Kanji conversion. (Japanese version only.)
|
HE_PUTCONVERTCHAR
| Sends a character, marked for conversion, to the IME. (Japanese version only.)
|
HE_SETBOXLAYOUT
| Sets a BOXLAYOUT structure. For bedit controls only.
|
HE_SETCONVERTRANGE
| Sets the range of the marked conversion string. (Japanese version only.)
|
HE_SETINFLATE
| Specifies adjustments to the control window to specify the size of the writing
window.
|
HE_SETINKMODE
| Starts the collection of inking.
|
HE_SETRC
| Sets the RC structure, whose address is passed in the lParam. See the note that follows.
|
HE_SETUNDERLINE
| Sets or cancels underline mode. For hedit controls only.
|
HE_SHOWALTLIST
| Displays the alternate list menu in a bedit control, assuming that alternate
lists are enable.
|
HE_STOPINKMODE
| Stops the collection of ink.
|