IncrementorTop Property (ASlider)

Returns or sets the top position in pixels of the increment adjuster in the object.

Syntax

Object.IncrementorTop [ = lIncrementorTop ]

The IncrementorTop property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lIncrementorTop

APixel

An integer specifying the top position in pixels of the increment adjuster on the object.

Comments

The default value is -1 (not used).

Example

The following statement changes the ASlider's IncrementorTop so the incrementor starts at twelve pixels from the top of the focus area of the slider.

sld1.IncrementorTop=12

Applies to

ASlider

See Also

IncrementorColor, IncrementorHeight, IncrementorLeft, IncrementorPicture, IncrementorWidth