SpinEventArgs.IsSpinUp

Syntax

SpinEventArgs.IsSpinUp = Boolean;

Description

The IsSpinUp property determines whether scrolling up is enabled.

Comments

If this property is set to True, the content is scrolled on clicking the Up button. If this property is set to False, the content is scrolled on clicking the Down button.

Example

The example of property use is given on the Example of Creating the SpinEdit Component page.

See also:

SpinEventArgs