AnnoObjSetNoteTextColor

#include “BiAnno.h”

void CALLBACK AnnoObjSetNoteTextColor( INT_PTR pAnno, COLORREF textColor)

Description

This function specifies the selected note text color.

Parameters

INT_PTR

PAnno

Annotation handle

COLORREF

textColor

Color of the text on the note object

Return value

void

Programming Notes

This function works for only note annotation objects.

Code Example

None