PenSelectable (Read Only) |
Top Previous Next |
Indicates whether or not the field is pen-selectable.
VB.NET
[Boolean =] Field.PenSelectable
C#
[bool =] Field.PenSelectable;
Remarks
This property returns True if the field is pen-selectable, otherwise False.
|