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; }
This example explains an easy use of the 'TXText
int colNo = textControl1.InputPosition.Column;
Read only.