FrameHeight Property (ASlider)

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

Syntax

Object.FrameHeight [ = lFrameHeight ]

The FrameHeight property syntax has the following parts:

 

Name

Type

Description

Object

ASlider

ASlider control

lFrameHeight

APixel

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

Comments

The default height is -1 (AutoSize).

Example

The following statement changes the ASlider's FrameHeight so the frame is twelve pixels high in the face area of the slider.

sld1.FrameHeight=12

Applies to

ASlider

See Also

FrameColor, FrameLeft, FramePicture, FrameTop, FrameWidth