IncrementorHeight Property (ASlider)

Returns or sets the height in pixels of the increment adjuster in the object.

Syntax

Object.IncrementorHeight [ = lIncrementorHeight ]

The IncrementorHeight property syntax has the following parts:

 

Name

Type

Inscription

Object

ASlider

ASlider control

lIncrementorHeight

APixel

An integer specifying the height in pixels of the incrementor on the object.

Comments

The default height is -1 (AutoSize).

Example

The following statement changes the ASlider's IncrementorHeight so the incrementor is twelve pixels high in the face area of the slider.

sld1.IncrementorHeight=12

Applies to

ASlider

See Also

IncrementorColor, IncrementorLeft, IncrementorPicture, IncrementorTop, IncrementorWidth