InputPanel for WinForms | ComponentOne
C1.Win.5 Assembly / C1.Framework.Html Namespace / HtmlElement Class / ContainsFocus Property

In This Topic
    ContainsFocus Property (HtmlElement)
    In This Topic
    Gets a value that indicates whether this C1.Framework.Element or one of its children has the focus.
    Syntax
    'Declaration
     
    Public ReadOnly Property ContainsFocus As Boolean
    public bool ContainsFocus {get;}
    See Also