CRichEditCtx.BidiOptionsmethod
Gets/sets the current state of the bidirectional options in the rich edit control.
Syntax
PRIVATE PROPERTY CRichEditCtx.BidiOptions () AS .BIDIOPTIONS
Parameters
| Name | Description | |
|---|---|---|
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:827
- Documented in Windows/WIndows Controls/RichEdit/CRichEditCtx Class.md
- Topic: CRichEditCtx Class