Help Center

CRichEditCtx.CTFModeBiasmethod

Gets/sets the Text Services Framework mode bias values for a Microsoft Rich Edit control.

Windowsmethoddocumented

Syntax

PRIVATE PROPERTY CRichEditCtx.CTFModeBias () AS LONG

Parameters

NameDescription
nModeBias(SET) Mode bias value. This can be one of the following values below.

Return value

(GET) The current Text Services Framework mode bias value.

(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.

Description

Gets/sets the Text Services Framework mode bias values for a Microsoft Rich Edit control.

Remarks

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.

Example

(GET) PROPERTY CTFModeBias () AS LONG (SET) PROPERTY CTFModeBias (BYVAL nModeBias AS LONG)

Reference

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