TrackBarControl.ToString() Method
Returns a string that represents the TrackBarControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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