Returns or sets the top position in pixels of the caption text in the object.
Object.CaptionTop [ = lCaptionTop ]
The CaptionTop property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AButton |
AButton control |
|
lCaptionTop |
An integer specifying the top position of the caption text on the AButton. The default value is -1 (not used). |
The following statement changes the AButton's CaptionTop so the caption starts at twelve pixels from the top of the focus area of the button.
btn1.CaptionTop=12