Min Property (AScrollBar)

Returns or sets the minimum scroll bar position in the object.

Syntax

Object.Min [ = lMin ]

The Min property syntax has the following parts:

 

Name

Type

Description

Object

AScrollBar

AScrollBar control

lMin

Long

An integer specifying the minimum scroll bar position in the object.

Comments

The value can be any 32 bit signed number. The difference between Max and Min must not be greater than 0x7FFFFFFF. The value of the Min property can be set to a greater number than max. The default value is 100.

Example

The following statement shows how to obtain the minimum scroll bar position of the AScrollBar:

lsb1Min = sb1.Min

Applies to

AScrollBar

See Also

Max, Value