TBSetAlignVertΒΆ

TBSetAlignVert sets the vertical alignment.

bool = TBSetAlignVert(hText, rsAlign)

Return Value

If the function succeeds, the return value bool is TRUE (1); otherwise it is FALSE (0).

Parameters

hText

The handle of a text object created with TBCreate.

rsAlign

rsAlign is one of the following values:

Value Meaning
TOP (8) Top aligned
MIDDLE (16) Center between Top and Bottom (Default value)
BOTTOM (32) (Bottom aligned

id-1107497