I want to use a SpinType editor for user input of numbers between 1 and 200. How can I do that?
The SliderType editor includes a spin control and filters numbers between a range, so the idea is to get a slider, and to hide the spin control inside. The sample uses also the Numeric property to let users enter only integer numbers. Use the Option property of the Editor object to enable or disable a specific option.