Returns or sets the left position in pixels of the Picture object in the object.
Object.PictureLeft [ = lPictureLeft ]
The PictureLeft property syntax has the following parts:
Name |
Type |
Description |
Object |
AButton |
AButton control |
lPictureLeft |
An integer specifying the position of the leftmost part of the Picture object on the AButton. |
The following statement changes the AButton's PictureLeft so the picture starts at five pixels from the left side of the focus area of the button.
btn1.PictureLeft=5
Picture, PictureAlignment, PictureDrawMode, PictureHeight, PictureTop, PictureWidth