Attachmate.Reflection.Emulation.T27 Namespace > IT27Terminal Interface : AutoFocus Property |
Gets or sets a value indicating whether to change the focus to this session if the T27 terminal receives a message from the host while another session has focus.
'Declaration
Property AutoFocus As Boolean
'Usage
Dim instance As IT27Terminal Dim value As Boolean instance.AutoFocus = value value = instance.AutoFocus
bool AutoFocus {get; set;}
If false, the host message remains on the screen, but the T27 session does not automatically receive focus.