UpDown.getWrap

Overview | Methods | This Package | All Packages

UpDown.getWrap

Retrieves a boolean value indicating whether the value of the up-down control "wraps" back to the minimum value when the user increments the value of the control past the maximum value and "wraps" back to the maximum value when the user decrements the value of the control past the minimum value.

Syntax

public boolean getWrap()

Return Value

Returns true if the value of the up-down control begins again at the minimum value when the user increments the value of the control past the maximum value and vice versa; otherwise, returns false.

See Also   setWrap