InfoConnect for Unisys
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.

Syntax
'Declaration
 
Property AutoFocus As Boolean
'Usage
 
Dim instance As IT27Terminal
Dim value As Boolean
 
instance.AutoFocus = value
 
value = instance.AutoFocus
bool AutoFocus {get; set;}

Property Value

If false, the host message remains on the screen, but the T27 session does not automatically receive focus.

See Also