#include “BiAnno.h”
BOOL CALLBACK AnnoObjGetNoteTextColor( INT_PTR pAnno, COLORREF* textColor)
Description
This function retrieves the color of the text on the note object.
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
This function works for only note annotation objects.
Code Example
None