ComponentOne SuperTooltip for WinForms
C1.Win.4.8 Assembly / C1.Framework Namespace / Element Class / ContainsFocus Property

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