Shows or hides a marker which indicates the current text input position when the Text
Introduced: X12.
public bool InactiveMarker { get; set; }
Public Property InactiveMarker() As Boolean
This example explains an easy use of the 'TXText
textControl1.InputPosition.InactiveMarker = true;
TextControl1.InputPosition.InactiveMarker = True