BBjInputNSpinner::setMinimum

Description

In BBj 7.0 and higher, this BBjInputNSpinner method changes the minimum number to which the spinner will spin.

Syntax

Return Value

Method

void

setMinimum(BBjNumber min)

Parameters

Variable

Description

min

The new minimum value to which the spinner will spin or null() for no minimum.

Return Value

None.

Remarks

The argument may be a fractional number. It may also be NULL(). This will remove a minimum value.

Example

See Also

BBjAPI

BBjSysGui

BBjControl

BBjWindow

BBjInputNSpinner

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.