2 Commits (991992fb973f5bf6387de2b331ee894460fd5edd)

Author SHA1 Message Date
brianlagunas_cp 3b0508eb3a Spinner: fixed bug when exception occurred when the spinner button was clicked after typing a number above the maximum allowed. 15 years ago
brianlagunas_cp 532dab48f0 added new NumericUpDown control. It provides spin buttons to increment and decrement the value. You can also specifiy a format in which to show the value such as currency C2, or decimal up to three decimals F3. YOu can specify a Min and Max value as well as the increment values. You can also specify if the user can type in the textbox by setting IsEditable property. Support for up/down arrows and mouse wheel. 16 years ago
brianlagunas_cp 308ad9dc85 initial checkin of new ButtonSpinner control. Allows you to add button spinners to any element and then respond to the Spin event to manipulate that element. To add use the following syntax 16 years ago