TrackBarRange
Class
Represents a core range object that contains the start and end.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class TrackBarRange : INotifyPropertyChanged, ICloneable, IComponent, IDisposable
Inheritance: objectTrackBarRange
Implements:
Constructors
C#
public TrackBarRange()
Properties
Gets whether the range contains selected thumb"
C#
[Browsable(false)]
public bool IsSelected { get; }
Gets the Owner Collection
C#
[Browsable(false)]
public TrackBarRangeCollection Owner { get; }
Gets or Sets the ToolTipText
C#
public string ToolTipText { get; set; }
Methods
Creates a new object that is a copy of the current instance.
C#
public void Dispose()
Implements:
C#
protected virtual void OnNotifyPropertyChanged(string propertyName)
Events
C#
public event EventHandler Disposed
Implements:
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: