InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / InputControlHost Class / Focused Property

In This Topic
    Focused Property (InputControlHost)
    In This Topic
    Gets a value indicating whether the hosted control has input focus.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Focused As Boolean
    public override bool Focused {get;}
    See Also