AnnoUIGetBorder

#include “BiAnno.h”

long CALLBACK AnnoUIGetBorder( INT_PTR pAnno )

Description

Returns the last selected object border visibility. New A_NOTE, A_HIGHLIGHT or A_WOUT objects will inherit this object border visibility.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

The border visibility, possible values are:

                        TRUE = the border is visible (black),

                        FALSE = the border is not visible (same color as the object).

Programming Notes

None

Code Example

None