HeaderAlign Property (Specific to Win32ListViewGroup Objects)

Applies to TestComplete 15.63, last modified on April 10, 2024

Description

Use the HeaderAlign property to know how the header text is aligned.

Declaration

TestObj.HeaderAlign

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) Header text is not aligned.
talCenter (or 1) Header text is centered horizontally in the window.
talRight (or 2) Header text is aligned at the right of the window.
talLeft (or 4) Header text is aligned at the left of the window.

See Also

Header Property (Specific to Win32ListViewGroup Objects)
FooterAlign Property (Specific to Win32ListViewGroup Objects)

Highlight search results