| Class | Description |
|---|---|
| TextBoxNumber |
A modified TextBox that handles numeric numbers. The class main purpose is to allow a user to input a number as 3.14 (dot) or 3,14 (comma). |
| TextBoxNumberEventArgs | Provides data for the NumberChanged event |
| TextBoxNumberSpin |
A NumericUpDown clone... Represents a Windows up-down control that displays numeric Numbers. The user can use PageUp PageDown and Arrows to change the number. |
| Delegate | Description |
|---|---|
| TextBoxNumberEventHandler | A delegate type for processing a TextBoxNumberEventArgs |