PictureLeft Property (AButton)

Returns or sets the left position in pixels of the Picture object in the object.

Syntax

Object.PictureLeft [ = lPictureLeft ]

The PictureLeft property syntax has the following parts:

 

Name

Type

Description

Object

AButton

AButton control

lPictureLeft

APixel

An integer specifying the position of the leftmost part of the Picture object on the AButton.

Example

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

Applies to

AButton

See Also

Picture, PictureAlignment, PictureDrawMode, PictureHeight, PictureTop, PictureWidth