EndPos (Read Only) |
Top Previous Next |
Returns the ending position of the field. The position can range from 1 to the size of the virtual Screen. The ending position of a field is the position of the last character in the field.
VB.NET
[Position =] Field.EndPos
C#
[Position =] Field.EndPos;
Remarks
Returns an integer indicating the position of the last character in the field.
|