InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / C1InputPanel Class / FocusedComponent Property

In This Topic
    FocusedComponent Property (C1InputPanel)
    In This Topic
    Gets the focused component on the C1InputPanel.
    Syntax
    'Declaration
     
    Public ReadOnly Property FocusedComponent As InputComponent
    public InputComponent FocusedComponent {get;}
    See Also