#include “BiAnno.h”
BOOL CALLBACK AnnoUISetTextHAlign( INT_PTR pAnno, long lNewHAlign )
Description
Sets up the new horizontal text alignment selection for the user interface handler. It is applied to the new A_NOTE objects and the selected objects of this type, if there are any.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
lNewHAlign |
Text alignment, may be set to: TA_LEFT, TA_CENTER, TA_RIGHT (same values as in the GDI). |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None