This Control is used to
Display the Numeric values to the User
so that user Can select the required Value by clicking on Up and Down Arrow.
Properties:-
1.
Minimum -- 0(Default)
2.
Maximum -- 100(Default)
3.
Increment -- 1(Default)
4. Value
1)Maximum:-Used to set or get the highest value upto
where the NumericUpDown Control should Display the Values..
2)Minimum:-used to set or get the least from where
NumericUpDown Shoud Start.
3)Increment:-Used to set or get a value that indicates
how much value should increment or decrement within the Numeric UpDoen Control
4)Value:-Used to set or get the date value within the
DateTimePicker Control
Default Event
of the NumericUpDown Control :-
ValueChanged:-
This
Event will be fired whever Number Value changes within the NumericUpDown
Control.
No comments:
Post a Comment