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

In This Topic
    Enabled Property (Element)
    In This Topic
    Gets or sets whether the element is enabled (can receive mouse and keyboard messages).
    Syntax
    'Declaration
     
    Public Property Enabled As System.Boolean
    public System.bool Enabled {get; set;}
    See Also