InputPosition Class |
|
An instance of the InputPosition class represents the current text input position of a TXTextControl document. |
|
| Syntax: |
|
[C#]
public class InputPosition
[Visual Basic]
Public Class InputPosition
|
| Introduced: |
|
10.1
|
Constructors |
| Constructor |
|
Description |
|
| |
| InputPosition |
|
Initializes a new instance of the InputPosition class.
|
Properties |
| Property |
|
Description |
|
| |
| Column |
|
Gets the column number of the current text input position.
|
| Line |
|
Gets the line number of the current text input position.
|
| Location |
|
Gets the geometric location of the current text input position.
|
| Page |
|
Gets the page number of the current text input position.
|
| PageInSection |
|
Gets the page number in the section containing the current text input position.
|
| Section |
|
Gets the section number of the current text input position.
|
| TextPosition |
|
Gets the text position of the current text input position.
|
|
| See also: |
|
Text Selections and Character Input, Graphical Overview. |