TXTextControl.HighlightMode Object

Contains all possible values for property highlightMode of class SubTextPart.

Syntax

[JavaScript]
{
    Never: 1,
    Activated: 2,
    Always: 3,
}

Properties

Property Description
Activated The subtextpart is only highlighted, when it contains the current text input position and when the control has the input focus.
Always The subtextpart is always highlighted.
Never The subtextpart is never highlighted.