ComponentOne FlexChart for WinForms
Enabled Property


C1.Win.Chart.Interaction Namespace > C1RangeSlider Class : Enabled Property
Gets or sets a value indicating whether the control can respond to user interaction.
Syntax
'Declaration
 
Public Shadows Property Enabled As Boolean
'Usage
 
Dim instance As C1RangeSlider
Dim value As Boolean
 
instance.Enabled = value
 
value = instance.Enabled
public new bool Enabled {get; set;}
See Also

Reference

C1RangeSlider Class
C1RangeSlider Members