AnnoUIGetOpaque

#include “BiAnno.h”

long CALLBACK AnnoUIGetOpaque( INT_PTR pAnno )

Description

Returns the last selected background transparency mode. New A_NOTE objects will inherit this background transparency mode.

Parameters

INT_PTR

pAnno

Annotation handle

Return value

The transparency mode, possible values are:

            TRUE = opaque background,

            FALSE = transparent background.

Programming Notes

None

Code Example

None