Skip to main content

TrackBarControl.ToString() Method

Returns a string that represents the TrackBarControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A string that represents the TrackBarControl.

Remarks

The ToString method returns a string that contains the full name of the TrackBarControl class plus the range of available values and the current value of the trackbar.

For instance: DevExpress.XtraEditors.TrackBarControl, Minimum: 0, Maximum: 10, Value: 5.

See Also