| Skype: | TextControlSupport | |
| Orders: | 877-462-4772 |
InputPosition Constructor |
|||||||||||||||||||||||||||||||||||||||||||||||
| Description: | Initializes a new instance of the InputPosition class. The first constructor creates a new input
position from a page, line and column number, the second and third from a text position and the fourth from a geometric location. |
||||||||||||||||||||||||||||||||||||||||||||||
| Syntax: |
[C#] public InputPosition(int page, int line, int column); public InputPosition(int textPosition); public InputPosition(int textPosition, TextFieldPosition textFieldPosition); public InputPosition(Point location); [Visual Basic] Public Sub New(ByVal page As Integer, ByVal line As Integer, ByVal column As Integer) Public Sub New(ByVal textPosition As Integer) Public Sub New(ByVal textPosition As Integer, ByVal textFieldPosition As TextFieldPosition) Public Sub New(ByVal location As Point) |
||||||||||||||||||||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||||||||||||||||||||
| See also: | Text Selections and Character Input, Graphical Overview, Selection Class, TextField Class, TextField.DoubledInputPosition Property. | ||||||||||||||||||||||||||||||||||||||||||||||