Usage Boolean GetEventObjTextAlign(HAlign As Long*, VAlign As Long*)
Description This method retrieves the text alignment of the object clicked on. You can use this function in the UserDefined event handler.
Parameters
Return value TRUE on success, otherwise FALSE.
Programming Notes This method works for only aotNote or aotText object.
Avilbable horizontal aligment flags: ataLeft, ataRight, ataCenter.
Avilbable vertical aligment flags: ataTop, ataBottom, ataCenter.
See GetEventObjProperties method. This method does not pass parameters as reference.