How do I set TBS_ENABLESELRANGE on a .NET TrackBar
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi All I want to set/control a selection range on a System.Windows.Forms.TrackBar. I think that can be accomplished by setting TBS_ENABLESELRANGE, but I can't find a property or method to set the value. Can someone tell me how to configure the TrackBar to select/display a range? If so, how do you read the range back? Thanks Robert Ernst