TBGetAlignVertΒΆ

Returns the vertical text alignment.

nAlign = TBGetAlignVert(hText)

Return Value

nAlign is one the following values:

Value

Description

TOP (8)

Top aligned

MIDDLE (16)

Center aligned (Default value)

BOTTOM (32)

Bottom aligned

Parameters

hText

The handle of a text object created with TBCreate.

id-1058345