New Features

Text Control 27.0 provides the following new features:

Feature Description
DPI Awareness TX Text Control was updated to handle other display scale factors than 96 DPI and supports System DPI aware applications. High resolution images are provided for all parts of TextControl's built-in user-interfaces. All other parts of the user-interface such as ribbons, dialog boxes, rulers and selection frames have been adapted and can be displayed on monitors up to 300 DPI or higher. It is recommended to set the DPI awareness mode through an application manifest setting. See A Word Processor - Setting the DPI Awareness in the Visual Basic User's Guide for more information how to embed a manifest in an .exe file.
Text Fields All kinds of text fields can be highlighted with a specified highlight color. Highlighting depends on the TXTextControl.FieldHighlightMode property which can be set to txAlways, txNever or txActivated. The highlight color can be semitransparent, which can be set with the TXTextControl.FieldHighlightColor and TXTextControl.FieldHighlightTransparency properties, so that highlighting text fields can be mixed with other kinds of coloring.