Skip to main content
A newer version of this page is available. .

TrackBarControl.ToString() Method

Returns a string that represents the TrackBarControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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