ByPass Property (Read Only) (Tn5250 Only) |
Top Previous Next |
Returns true for unprotected fields that shouldn't gain the keyboard focus.
VB.NET Syntax
[Boolean =] Field.ByPass
C# Syntax
[bool =] Field.ByPass;
Remarks
This is a terminal-emulation behavior attribute. Normally, you should consider this property if you are going to implement a terminal emulation program. This property is valid only for unprotected fields.
|