Keyboard Property (Read/Write)

Top  Previous  Next

Sets/gets the Keyboard Control as the keyboard handler for this control.

 

VB.NET Syntax

 

Display.Keyboard [= Keyboard]

 

C# Syntax

 

Display.Keyboard [= Keyboard];

 

 

Remarks

 

Normally, to send information to the host through the Display you must call the Type method and then send the properly AID key to the telnet control (see AidKey property or Press method of Tn3270/Tn5250 Controls). Assigning this property to a Keyboard Control, you don't need to do these calls. When the Display receives a function key from Keyboard, process it internally, sending the modified fields and the AID key pressed to the host.

 

See Also Keyboard control.