ComponentOne List for WinForms
C1.Win.C1List Namespace / C1Combo Class / Enabled Property

In This Topic
    Enabled Property (C1Combo)
    In This Topic
    Indicates whether the control is enabled.
    Syntax
    'Declaration
     
    
    Public Shadows Property Enabled As Boolean
    public new bool Enabled {get; set;}
    See Also