I would like a program that will use a NumericUpDown button:

-when the up arrow is clicked, the number in the NumericUpDown box will increment by 2
-when the down arrow is clicked, the number in the NumericUpDown box will decrement by -2

I got the button inserted and double clicked on it to get the NumericUpDown1_ValueChanged but am stuck there. I looked thru the MSDN site but no help there. Does anyone have any suggestions?