You should also probably handle a key event to allow a user to enter the " manually (as I believe word does) in addition to having it auto populate. If you don't let it be entered manually, it could feel like there is something wrong with the control.

Also, don't name it INumericUpDown, that naming convention implies interface, and you are making a class.