Creates a new instance of the Input
public InputPosition(int page, int line, int column);
Public Sub New(ByVal page As Integer, ByVal line As Integer, ByVal column As Integer)
public InputPosition(int textPosition);
Public Sub New(ByVal textPosition As Integer)
public InputPosition(int textPosition, TextFieldPosition textFieldPosition);
Public Sub New(ByVal textPosition As Integer, ByVal textFieldPosition As TextFieldPosition)
public InputPosition(System.Drawing.Point location);
Public Sub New(ByVal location As System.Drawing.Point)
Parameter | Description |
---|---|
page | Specifies a page number. |
line | Specifies a line number. |
column | Specifies a column number. The first column is zero. |
text |
Specifies a text position. The first position is zero. |
text |
If the text |
location | Specifies a geometric location. The point must be specified in pixels with an origin at the top left corner of the control. |
Selection Class, Text