Numeric Up Down AND Open Dialog
Numeric Up Down AND Open Dialog
AND
OPEN DIALOG
INTRODUCTION
A NumericUpDown control allows a user to provide a spin (up/down)
interface to move through predefined numbers using up and down
arrows.
NumericUpDown represents a numeric textbox that can be
increased or decreased in value. With many properties and event
handlers, the NumericUpDown control is ideal for interfaces where
a number is entered or adjusted.
STEPS TO CREATE THE
COMPONENT
Creating a NumericUpDown control is a work of creating an
instance of NumericUpDown class, setting its properties and adding
it to the form.