InfoConnect VBA Guide
Attachmate.Reflection.Objects.Emulation.T27 Library / T27Terminal Object / AutoFocus Property
In This Topic
AutoFocus Property
In This Topic

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
expression.AutoFocus As Boolean
where expression is a variable that represents a T27Terminal Object

Property Value

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

See Also