RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TBitBtn.Layout Property

Specifies where the image appears on the bitmap button.

Pascal
property Layout: TButtonLayout;
C++
__property TButtonLayout Layout;

Layout indicates whether the text appears on the left of the button (blGlyphLeft), the right of the button (blGlyphRight), the top (blGlyphTop) or the bottom (blGlyphBottom). 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!