Range Controls

There are several types of range controls in VB.NET. These controls allow the user to pick some value (or display some value) within a specified range. The numeric range controls include the ProgressBar, ScrollBar, TrackBar, and NumericUpDown controls. All of the numeric range controls have certain properties in common, including the following:

  • Minimum represents the minimum value in the range of numbers.

  • Maximum represents the maximum value in the range of numbers.

  • Value represents the control's current value (between minimum and maximum).

This section examines each of the range controls and the properties, methods, and events that make them unique.

ProgressBar

The ProgressBar is a control that allows you to display the progress ...

Get Application Development Using Visual Basic® and .NET now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.