FrameLeft Property (ASlider)

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

Syntax

Object.FrameLeft [ = lFrameLeft ]

The FrameLeft property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lFrameLeft

APixel

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

Comments

The default value is -1 (not used).

Example

The following statement changes the ASlider's FrameLeft so the frame starts at five pixels from the left side of the focus area of the slider.

sld1.FrameLeft=5

Applies to

ASlider

See Also

FrameColor, FrameHeight, FramePicture, FrameTop, FrameWidth