InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework Namespace / ProgressBarElement Class / Focus Method

In This Topic
    Focus Method (ProgressBarElement)
    In This Topic
    Sets the focus to the host control and to this Element within the host control.
    Syntax
    'Declaration
     
    Public Function Focus() As Boolean
    public bool Focus()

    Return Value

    True if the focus was set successfully.
    See Also