Class
TrackBarRange

Represents a core range object that contains the start and end.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class TrackBarRange : INotifyPropertyChanged, ICloneable, IComponent, IDisposable

Inheritance: objectTrackBarRange

Implements: ICloneableIComponentIDisposableINotifyPropertyChanged

Constructors

TrackBarRange()

Declaration

cs-api-definition
public TrackBarRange()

TrackBarRange(float)

Declaration

cs-api-definition
public TrackBarRange(float value)

Parameters

value

float

TrackBarRange(float, float)

Declaration

cs-api-definition
public TrackBarRange(float start, float end)

Parameters

start

float

end

float

TrackBarRange(float, float, string)

Declaration

cs-api-definition
public TrackBarRange(float start, float end, string text)

Parameters

start

float

end

float

text

string

TrackBarRange(float, string)

Declaration

cs-api-definition
public TrackBarRange(float value, string text)

Parameters

value

float

text

string

Properties

End

Gets or Sets the end of the range.

Declaration

cs-api-definition
public float End { get; set; }

Property Value

float

IsSelected

Gets whether the range contains selected thumb"

Declaration

cs-api-definition
[Browsable(false)]
public bool IsSelected { get; }

Property Value

bool

Owner

Gets the Owner Collection

Declaration

cs-api-definition
[Browsable(false)]
public TrackBarRangeCollection Owner { get; }

Property Value

TrackBarRangeCollection

Site

Declaration

cs-api-definition
[Browsable(false)]
public ISite Site { get; set; }

Property Value

ISite

Implements IComponent.Site

Start

Gets or Sets the start of the range.

Declaration

cs-api-definition
public float Start { get; set; }

Property Value

float

Tag

Gets or Sets the Tag.

Declaration

cs-api-definition
[Browsable(false)]
public object Tag { get; set; }

Property Value

object

Text

Gets or Sets the Name.

Declaration

cs-api-definition
public string Text { get; set; }

Property Value

string

ToolTipText

Gets or Sets the ToolTipText

Declaration

cs-api-definition
public string ToolTipText { get; set; }

Property Value

string

Methods

Clone()

Creates a new object that is a copy of the current instance.

Declaration

cs-api-definition
public object Clone()

Returns

object

Implements ICloneable.Clone()

Dispose()

Declaration

cs-api-definition
public void Dispose()

Implements IDisposable.Dispose()

OnNotifyPropertyChanged(string)

Declaration

cs-api-definition
protected virtual void OnNotifyPropertyChanged(string propertyName)

Parameters

propertyName

string

Events

Disposed

Declaration

cs-api-definition
public event EventHandler Disposed

Event Value

EventHandler

Implements IComponent.Disposed

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged