DecrementorWidth Property (ASlider)

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

Syntax

Object.DecrementorWidth [ = lDecrementorWidth ]

The DecrementorWidth property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lDecrementorWidth

APixel

An integer specifying the width in pixels of the decrement adjuster on the object.

Comments

The default value is -1, which means that:

Example

The following statement changes the ASlider's DecrementorWidth so the decrementor is ten pixels wide in the face area of the slider.

sld1.DecrementorWidth=10

Applies to

ASlider

See Also

DecrementorColor, DecrementorHeight, DecrementorLeft, DecrementorPicture, DecrementorTop