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

In This Topic
    IsEnabled Property (Element)
    In This Topic
    Gets whether this element and all its ancestors are enabled.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property IsEnabled As System.Boolean
    public virtual System.bool IsEnabled {get;}
    See Also