PicturePosition property


Available for Button objects.

Read/Write at design time
Read/Write at run time

Specifies the position of the picture (if any) related to text. It can be one of the following values:

0 Up      Picture is over text (default)
1 Down Picture is under text
2 Left    Picture is at left (text in its right)
3 Right  Picture is at right (text in its left)


REMARKS
: If there is no picture (see
Picture property) this property is ignored. Also, it has no effect if the OwnerDraw property is set to FALSE.