peAlignment - cCJStatusBarPane
Determines the alignment of images and text in a statusbar pane
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peAlignment
| Access Type | Syntax |
|---|---|
| Read Access: | Get peAlignment to IntegerVariable |
| Write Access: | Set peAlignment to IntegerVariable/Value |
Description
peAlignment determines the alignment of images and text in a statusbar pane. Possible values are:
| Constant | Meaning |
|---|---|
| xtpAlignmentLeft | Align images and text to the left of the pane |
| xtpAlignmentCenter | Align images and text in the center of the pane |
| xtpAlignmentRight | Align images and text to the right of the pane |
Default is xtpAlignmentLeft
When images and text are used in a statusbar pane, the image always appears first.