Usage Boolean AnnoUISetTextAlign(Align As Long)
Description Sets up the new horizontal text alignment selection for the user interface handler. It is applied to the new aotNote (=2) objects and the selected objects of this type, if there are any.
Parameters Align Long Text alignment, may be set to:
ataLeft (=0),
ataRight (=2),
ataCenter (=6).
Return value True if repaint is necessary.
Programming Notes None