InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / InputTrackBar Class / Enabled Property

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