InfoConnect API Guide
Attachmate.Reflection.Web.Msie Namespace / IWebDocument Interface / Focused Property


In This Topic
    Focused Property
    In This Topic
    Gets a value that indicates whether the document has user input focus.
    Syntax
    'Declaration
     
    
    ReadOnly Property Focused As Boolean
    'Usage
     
    
    Dim instance As IWebDocument
    Dim value As Boolean
     
    value = instance.Focused
    bool Focused {get;}
    See Also