Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.87 KB

max-min-properties.md

File metadata and controls

47 lines (31 loc) · 1.87 KB
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Max, Min properties
fm20.chm5225063
fm20.chm5225063
499fb814-b84c-d7a6-1467-9d13afae97e9
11/16/2018
medium

Max, Min properties

Specify the maximum and minimum acceptable values for the Value property of a ScrollBar or SpinButton.

Syntax

object.Max [= Long ]
object.Min [= Long ]

The Max and Min property syntaxes have these parts:

Part Description
object Required. A valid object.
Long Optional. A numeric expression specifying the maximum or minimum Value property setting.

Remarks

Clicking a SpinButton or moving the scroll box in a ScrollBar changes the Value property of the control.

The value for the Max property corresponds to the lowest position of a vertical ScrollBar or the rightmost position of a horizontal ScrollBar.

The value for the Min property corresponds to the highest position of a vertical ScrollBar or the leftmost position of a horizontal ScrollBar.

Any integer is an acceptable setting for this property. The recommended range of values is from -32,767 to +32,767. The default value is 1.

Note

Min and Max refer to locations, not to relative values, on the ScrollBar. That is, the value of Max could be less than the value of Min. If this is the case, moving toward the Max (bottom) position means decreasing Value; moving toward the Min (top) position means increasing Value.

See also

[!includeSupport and feedback]