TBGetAlignHorzΒΆ
Returns the horizontal text alignment.
- nAlign = TBGetAlignHorz(hText)
Return Value
nAlign is one of the following values:
Value |
Description |
---|---|
LEFT (4) |
Left aligned |
CENTER (2) |
Center aligned (Default value) |
RIGHT (1) |
Right aligned |
Parameters
- hText
The handle of a text object created with TBCreate.
See also
Overview Text Objects, TBSetAlignHorz, TBGetAlignVert, TBCreate
id-392169