A visual basic NumericUpDown control is said to be a pair of a TextBox Control and the Up Down arrows. The NumericUpDown Control generally works as a counter in which a user can input a numeric value. It is also called a Spin box. The arrow in the NumericUpDown Control works for increase or decrease the value. Up arrow is for increase the value and down arrow is for decrease the value. If you hold the mouse on the up arrow it will increase the value till the maximum value in the list and then stop. Its reverse condition is works with the down arrowthe Specific range is also defined for the values. The example for the NumericUpDown Control is the Volume control in any Music Player. The below example shows the use of NumericUpDown control:-
NumericUpDown and DomainUpDown control in vb.net
How to format text in RichTextbox control using VB.NET