property PropertiesList.AllowSpin as Boolean

Returns or sets a value indicating whether the control uses a spin control to edit numeric values.

TypeDescription
Boolean A boolean expression indicating whether the control uses a spin control to edit numeric values.

Use the AllowSpin property to let user changes the numeric values using a spin control. The property has effect only if the ReadOnly property is False, and it shows up only for properties of numeric type. Use the SpinStep property to hide a spin control for a specified property, or to specify the proposed change when user clicks a spin control.