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:

  1. TEXTALIGN may be used in CREATE, SETPROP, or GETPROP statements of a TOOLBAR object.

  2. {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The supported values and keywords are:

  3.  

    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

 



PL/B Language Reference TEXT Property TEXTOUTCONV Property