Project DescriptionInputBox is a small window used for entering a few values (usually one) without the need for the developper to write his own window.
Features
- Displays a textbox for the end-user to specify a value.
- Possibility to specify a default value.
- Two labels, one on the top of the window, another next to the textbox.
- Custom alignment for the top label.
- Output parameter for the textbox final value.
- Developer-friendly constructor.