#include “BiAnno.h”
BOOL CALLBACK AnnoUISetNoteTextColor( INT_PTR pAnno, COLORREF textColor)
Description
This function specifies the selected note text color, and set up the user interface parameters (mark for saving etc).
Parameters
|
INT_PTR |
PAnno |
Annotation handle |
|
COLORREF |
textColor |
Color of the text on the note object |
Return value
TRUE on success, otherwise FALSE.
Programming Notes
None
Code Example
None