StartPos (Read Only) |
Top Previous Next |
Indicates the starting position of the field.
VB.NET
[Position =] Field.StartPos
C#
[Position =] Field.StartPos;
Remarks
The position can range from 1 to the size of the virtual Screen. The starting position of a field is the position of the first character in the field.
|