ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class / Enabled Property

In This Topic
    Enabled Property (C1ComboBox)
    In This Topic
    Gets or sets a value indicating whether the control can respond to user interaction.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}
    See Also