AlphaNumeric (Read Only) |
Top Previous Next |
Indicates whether the field which contains the cursor is an alphanumeric field. True if the cursor is in an alphanumeric field, false otherwise.
VB.NET
[Boolean=] OIA.Alphanumeric
C#
[bool =] OIA.Alphanumeric;
Remarks
This property returns True if the cursor is in an alphanumeric field, False in the other case.
|