#include “BiAnno.h”
BOOL CALLBACK AnnoUISetOpaque( INT_PTR pAnno, BOOL bNewOpaque )
Description
Sets up the new the background transparency mode 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 |
|
BOOL |
bNewOpaque |
Transparency mode, may be set to: TRUE = opaque background, FALSE = transparent background. |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None