SpinButton Members (Outlook Forms Script)

Increments and decrements a value.

Properties

Name Description
BackColor Returns or sets a Long that specifies the background color of the object. Read/write.
Delay Returns or sets a Long that specifies the delay in milliseconds, between events on a SpinButton. Read/write.
Enabled Returns or sets a Boolean that specifies whether a control can receive the focus and respond to user-generated events. Read/write.
ForeColor Returns or sets a Long that specifies the foreground color of an object. Read/write.
Max Returns or sets a Long that specifies the maximum and minimum acceptable values for the Value property of a SpinButton. Read/write.
Min Returns or sets a Long that specifies the maximum and minimum acceptable values for the Value property of a SpinButton. Read/write.
MouseIcon Returns a String that represents the full path name of a custom icon that is to be assigned to the control. Read-only.
MousePointer Returns or sets an Integer that specifies the type of pointer displayed when the user positions the mouse over a particular object. Read/write.
Orientation Returns or sets an Integer that specifies whether the control is oriented vertically or horizontally. Read/write.
SmallChange Returns or sets an Integer that specifies the amount of movement that occurs when the user clicks either scroll arrow in a SpinButton. Read/write.
Value Returns or sets a Variant that specifies the state of a SpinButton. Read/write.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.