FrameTop Property (ASlider)

Returns or sets the top position in pixels of the frame in the object.

Syntax

Object.FrameTop [ = lFrameTop ]

The FrameTop property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lFrameTop

APixel

An integer specifying the top position in pixels of the frame on the object.

Comments

The default value is -1 (not used).

Example

The following statement changes the ASlider's FrameTop so the frame starts at twelve pixels from the top of the focus area of the slider.

sld1.FrameTop=12

Applies to

ASlider

See Also

FrameColor, FrameHeight, FrameLeft, FramePicture, FrameWidth