Input for WinForms | ComponentOne
C1.Win.Input Namespace / ButtonSettings Class / Enabled Property

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