|
In the Window Painter, there are two ways to specify the justification for the text in a StaticText control.
Note: The default justification for the text is left.
- Select the control.
- Click the justification command button in the ribbon ( left
, center , right ) that represents the justification you want for the text. PowerBuilder sets the justification to your selection.
or
- Select the StaticText control.
- Double-click the control or select Control Style from the Design Menu. The StaticText Style window opens.
- Select the alignment you want for the text from the options in the Alignment drop-down list box. PowerBuilder sets the justification to your selection.
|