InfoConnect API Guide
Attachmate.Reflection.UserControl.Wpf.OpenSystemsGraphics Namespace / OpenSystemsGraphicsTerminalControl Class / Focus Method


In This Topic
    Focus Method (OpenSystemsGraphicsTerminalControl)
    In This Topic
    Sets input focus to the control.
    Syntax
    'Declaration
     
    
    Public Shadows Function Focus() As Boolean
    'Usage
     
    
    Dim instance As OpenSystemsGraphicsTerminalControl
    Dim value As Boolean
     
    value = instance.Focus()
    public new bool Focus()

    Return Value

    true if the input focus request was successful; otherwise, false.
    See Also