Language Reference Guide : 4. System Classes : TabBar Class : BitmapPosition Attribute
 
Share this page                  
BitmapPosition Attribute
Data Type: integer
4GL Access: RW
The BitmapPosition attribute specifies which side of the tab the bitmap label is placed on. The DisplayBitmap attribute must be set to TRUE for this attribute to be meaningful.
Valid values are:
POS_TOP
Specifies that the bitmap label is placed on the top of the tab
POS_LEFT
Specifies that the bitmap label is placed on the left side of the tab
POS_BOTTOM
Specifies that the bitmap label is placed on the bottom of the tab
POS_RIGHT
Specifies that the bitmap label is placed on the right side of the tab
POS_CENTER
Specifies that the bitmap label is placed in the center of the tab
Default: POS_LEFT
Descriptions of system constant values and their numeric equivalents are listed in Position Settings.