IncrementorWidth Property (ASlider)

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

Syntax

Object.IncrementorWidth [ = lIncrementorWidth ]

The IncrementorWidth property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lIncrementorWidth

APixel

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

Comments

The default value is -1, which means that:

Example

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

sld1.IncrementorWidth=10

Applies to

ASlider

See Also

IncrementorColor, IncrementorHeight, IncrementorLeft, IncrementorPicture, IncrementorTop