FrameWidth Property (ASlider)

Returns or sets the width in pixels of the frame in the object.

Syntax

Object.FrameWidth [ = lFrameWidth ]

The FrameWidth property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lFrameWidth

APixel

An integer specifying the width in pixels of the frame on the object.

Comments

The default value is -1, which means that:

Example

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

sld1.FrameWidth=10

Applies to

ASlider

See Also

FrameColor, FrameHeight, FrameLeft, FramePicture, FrameTop