#include “BiAnno.h”
BOOL CALLBACK AnnoUIGetNoteTextColor( INT_PTR pAnno, COLORREF* textColor)
Description
This function retrieves the last selected color of note text.
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