Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor Namespace / C1Editor Class / Focus Method

In This Topic
    Focus Method (C1Editor)
    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