#include “BiAnno.h”
BOOL CALLBACK AnnoUISetBorder( INT_PTR pAnno, BOOL bNewBorder )
Description
Sets up the new object border visibility selection for the user interface handler. It is applied to the new A_NOTE, A_HIGHLIGHT or A_WOUT objects and the selected objects of these types, if there are any.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
BOOL |
bNewBorder |
Border visibility, may be set to: TRUE = the border is visible (black), FALSE = the border is not visible (same color as the object). |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
None