ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1TextBox Class / Enabled Property

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