Description
Use the FooterAlign
property to know how the footer text is aligned.
Declaration
TestObj.FooterAlign
Read-Only Property | TtcAlignment |
TestObj | A variable, parameter or expression that specifies a reference to one of the objects listed in the Applies To section |
Applies To
The property is applied to the following object:
View Mode
To view this property in the Object Browser panel and in other panels and dialogs, activate the Advanced view mode.
Property Value
The value indicating how the text is aligned. The following values are possible:
Value | Description |
---|---|
talNone (or 0) | Footer text is not aligned. |
talCenter (or 1) | Footer text is centered horizontally in the window. |
talRight (or 2) | Footer text is aligned at the right of the window. |
talLeft (or 4) | Footer text is aligned at the left of the window. |
See Also
Header Property (Specific to Win32ListViewGroup Objects)
Footer Property (Specific to Win32ListViewGroup Object)