DecrementorHeight Property (ASlider)

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

Syntax

Object.DecrementorHeight [ = lDecrementorHeight ]

The DecrementorHeight property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lDecrementorHeight

APixel

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

Comments

The default value is -1 (AutoSize).

Example

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

sld1.DecrementorHeight=12

Applies to

ASlider

See Also

DecrementorColor, DecrementorLeft, DecrementorPicture, DecrementorTop, DecrementorWidth