Limitations
Read only.
Gets the column number of the current text input position. The first column in front of the text is zero.
public int Column { get; }
Public ReadOnly Property Column() As Integer
This example explains an easy use of the 'TXText
int colNo = textControl1.InputPosition.Column;
Dim colNo As Integer = TextControl1.InputPosition.Column
Read only.