InfoConnect for Airlines VBA Guide
Focused Property
Gets a value indicating whether the document has user input focus.
Syntax
Object.Focused As Boolean
Example
Dim WDocument As Attachmate.Reflection.Objects.Web.Msie.WebDocument
 
public Property IsFocused() As Boolean
Get
Return WDocument.Focused
End Sub
End Property
See Also