peAlign - cToolbar
Determines how the toolbar is aligned within the parent object
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer peAlign
| Access Type | Syntax |
|---|---|
| Read Access: | Get peAlign to IntegerVariable |
| Write Access: | Set peAlign to IntegerVariable/Value |
Description
peAlign determines how the toolbar is aligned within the parent object. By default, a toolbar is aligned to the topof the parent window and is automatically sized and aligned whenever the size of the parent window changes.
Set this property to alNone to prevent the automatic sizing and alignment. When set to alNone, you will be responsible for setting the size and location of the toolbar yourself.
Default is alTop.