Help Center

CRichEditCtx.SetBidiOptionsmethod

Windowsmethoddocumented

Syntax

SUB SetBidiOptions (BYREF opt AS .BIDIOPTIONS)
Also documented as BidiOptions — one description covers them all.

Parameters

NameDescription
opt(SET) A BIDIOPTIONS structure that indicates how to set the state of the bidirectional options in the rich edit control.

Return value

(GET) A BIDIOPTIONS structure with the current state of the bidirectional options in the rich edit control. The values of the wMask and wEffects contain the current state of the bidirectional options in the rich edit control.

(SET) This property does not return a result.

Description

Gets/sets the current state of the bidirectional options in the rich edit control.

Example

(GET) PROPERTY BidiOptions () AS .BIDIOPTIONS (SET) PROPERTY BidiOptions (BYREF opt AS .BIDIOPTIONS)

Reference

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