InfoConnect API Guide
Attachmate.Reflection.UserInterface Namespace / IView Interface / Focus Method


In This Topic
    Focus Method (IView)
    In This Topic
    Sets the input focus to the view.
    Syntax
    'Declaration
     
    
    Sub Focus() 
    'Usage
     
    
    Dim instance As IView
     
    instance.Focus()
    void Focus()
    See Also