TEXTALIGN Property
PLBCMP GUI Only
The TEXTALIGN property specifies the alignment of text on all TOOLBUTTON objects in a TOOLBAR object. The property uses the following format:
TEXTALIGN={value}
Note the following:
TEXTALIGN may be used in CREATE, SETPROP, or GETPROP statements of a TOOLBAR object.
{value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:
|
Value |
Keyword |
The text is ... |
|
1 |
$TEXTALIGNRIGHT |
positioned to the right of any image. |
|
2 |
$TEXTALIGNUNDER |
positioned under any image (default). |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |