CTextFont2.ModWidthPairsmethod
Gets/sets whether "decrease widths on pairs" is active.
Syntax
PRIVATE PROPERTY CTextFont2.ModWidthPairs () AS LONG
Parameters
| Name | Description | |
|---|---|---|
Value | A tomBool value that can be one of the following. |
Return value
A tomBool value that can be one of the ones listed above.
Description
Gets/sets whether "decrease widths on pairs" is active.
Example
(GET) PROPERTY ModWidthPairs () AS LONG (SET) PROPERTY ModWidthPairs (BYVAL Value AS LONG)
Reference
- Defined in AfxNova/CTextFont2.inc:1573
- Documented in Windows/WIndows Controls/RichEdit/CTextFont2 Class.md
- Topic: CTextFont2 Class