MSDN Home >  MSDN Library >  User Interface Design and Development >  Windows Shell >  Windows Controls >  Individual Control Information >  Rich Edit Controls > 

EM_GETCTFMODEBIAS Message


An application sends a EM_GETCTFMODEBIAS message to get the Text Services Framework mode bias values for a Microsoft Rich Edit control.

Syntax

To send this message, call the SendMessage function as follows.
lResult = SendMessage(     // returns DWORD in lResult
   (HWND) hWndControl,     // handle to destination control
   (UINT) EM_GETCTFMODEBIAS,     // message ID
   (WPARAM) wParam,     // = 0; not used, must be zero
   (LPARAM) lParam     // = 0; not used, must be zero
);

Parameters

wParam
Not used; must be zero.
lParam
Not used; must be zero.

Return Value

The current Text Services Framework mode bias value.

Remarks

To get the IME mode bias, call EM_GETIMEMODEBIAS.

Message Information

Minimum DLL Versionmsftedit.dll
HeaderDeclared in Richedit.h
Minimum operating systems Windows XP SP1

See Also

Rich Edit Controls, EM_SETCTFMODEBIAS, EM_GETIMEMODEBIAS
 Contact Us   |  E-Mail this Page   |  MSDN Flash Newsletter
 © 2003 Microsoft Corporation. All rights reserved.   Terms of Use  Privacy Statement   Accessibility