TTabStyle indicates whether a TTabSet control is owner-drawn.
TTabStyle = ( tsTabs, tsButtons, tsFlatButtons );
enum TTabStyle { tsTabs, tsButtons, tsFlatButtons };
ComCtrls
These are the possible values:
Value |
Meaning |
tsStandard |
Each tab has the standard size and look. |
tsOwnerDraw |
Each tab has the height specified with the TabHeight property and width needed to hold the text or glyph. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|