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

In This Topic
    Focused Property (C1WebBrowserBase)
    In This Topic
    Return true, if control focused; otherwise, False.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Focused As System.Boolean
    public override System.bool Focused {get;}
    See Also