Reflection .NET API
Attachmate.Reflection Assembly / 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()
See Also