Returns or sets the left position in pixels of the Picture object of the object.
Object.PictureLeft [ = lPictureLeft ]
The PictureLeft property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ASwitch |
ASwitch control |
|
lPictureLeft |
An integer specifying the left position in pixels of the picture of the object. |
The default value is -1 (AutoSize).
The following statement changes the ASwitch's PictureLeft so the picture of the switch is six pixels from the left:
sw1.PictureLeft=6