[Overview][Types][Classes][Procedures and functions][Index] |
Enum type defining the position of images inside a Button
Source position: fpg_button.pas line 37
type TImageLayout = ( |
||
ilImageLeft, |
|
Image to the left of the button text. |
ilImageTop, |
|
Image above the button text. |
ilImageRight, |
|
Image to the right of the button text. |
ilImageBottom |
|
Image below the button text. |
); |