AutoEnter Property (Read Only) (Tn5250 Only) |
Top Previous Next |
Returns true, if an Enter AID Key should be sent when the focus of the field gets lost.
VB.NET Syntax
[Boolean =] Field.AutoEnter
C# Syntax
[bool =] Field.AutoEnter;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program. |