#include “BiAnno.h”
BOOL CALLBACK AnnoUISetColor( INT_PTR pAnno, long lNewColor );
Description
Sets up the new color selection for the user interface handler. It is applied to the selected objects, if there are any.
Parameters
|
INT_PTR |
pAnno |
Annotation handle |
|
long |
lNewColor |
New color value |
Return value
TRUE if repaint is necessary.
Programming Notes
None
Code Example
if( AnnoUISetColor( lAnno, lNewColor ) )
InvalidateRect( NULL, TRUE );