FrameColor Property (ASlider)

Returns or sets the color of the frame of the object.

Syntax

Object.FrameColor [ = dwFrameColor ]

The FrameColor property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

dwFrameColor

AColor

An integer specifying the color of the frame of the object.

Comments

The colors are specified by their RGB values. The default color depends on the slider style selected.

Example

The following statement returns the ASlider FrameColor:

dwsld1FrameColor = sld1.FrameColor

Applies to

ASlider

See Also

FrameHeight, FrameLeft, FramePicture, FrameTop, FrameWidth