AnnoUIGetTextHAlign

#include “BiAnno.h”

long CALLBACK AnnoUIGetTextHAlign( INT_PTR pAnno )

Description

Returns the last selected horizontal text alignment. New A_NOTE objects will inherit this horizontal text alignment.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

The text alignment, possible values are:

            TA_LEFT,
            TA_CENTER,
            TA_RIGHT (same values as in the GDI).

Programming Notes

None

Code Example

None