Help Center

CRichEditCtx.IMEModeBiasproperty

Gets/sets the Input Method Editor (IME) mode bias for a Microsoft Rich Edit control.

Windowspropertydocumented

Syntax

PROPERTY IMEModeBias () AS DWORD
PROPERTY IMEModeBias (BYVAL nModeBias AS LONG)

Parameters

NameDescription
nModeBiasMode bias value. This can be one of the following values below.

Return value

(GET) This message returns the current IME mode bias setting.

(SET) If successful, the return value is the new TSF mode bias value. If unsuccessful, the return value is the old TSF mode bias value. Call the (GET) IMEModeBias property to check if the value has changed.

Description

Gets/sets the Input Method Editor (IME) mode bias for a Microsoft Rich Edit control.

Remarks

(GET) To get the Text Services Framework mode bias, use the CTFModeBias property.

(SET) When a Microsoft Rich Edit application uses TSF, it can select the TSF mode bias. This message sets the criteria by which an alternative choice appears at the top of the list for selection.

The application should call the IsIME method before calling these properties.

Reference

  • Defined in AfxNova/CRichEditCtx.inc:1255
  • Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
  • Topic: CRichEditCtx Class