Returns or sets the Font object used to draw the caption text of the object on the object.
Object.Font [ = fontCaptionFont ]
The Font property syntax has the following parts:
Name |
Type |
Description |
Object |
ASlider |
ASlider control |
fontCaptionFont |
The Font object used to draw the caption text of the object. |
See the AFont class for the properties.
The following statement returns the ASlider CaptionFont:
fontsld1CaptionFont = sld1.CaptionFont.Name
Caption, CaptionColor, CaptionHeight, CaptionLeft, CaptionTop, CaptionWidth, Font