Align Property (HeaderItemFormat Objects)

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

Description

Returns the item’s content alignment.

Declaration

TestObj.Align

Read-Only Property Integer
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 contents are aligned. The following values are possible:

Constant Value Description
talNone 0 The item’s contents are not aligned.
talCenter 1 The item’s contents are centered.
talRight 2 The item’s contents are right-aligned.
talLeft 4 The item’s contents are left-aligned.

See Also

Determining Header Items' Format Settings in Desktop Windows Applications
IsString Property (HeaderItemFormat Objects)
IsRtlReading Property (HeaderItemFormat Objects)

Highlight search results