Returns or sets the color of the frame of the object.
Object.FrameColor [ = dwFrameColor ]
The FrameColor property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
dwFrameColor |
An integer specifying the color of the frame of the object. |
The colors are specified by their RGB values. The default color depends on the slider style selected.
The following statement returns the ASlider FrameColor:
dwsld1FrameColor = sld1.FrameColor