Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.8 Assembly / C1.Win.C1Editor.Internal Namespace / C1WebBrowserBase Class / Focus Method

In This Topic
    Focus Method (C1WebBrowserBase)
    In This Topic
    Sets input focus to the control.
    Syntax
    'Declaration
     
    Public Shadows Function Focus() As System.Boolean
    public new System.bool Focus()

    Return Value

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