AnnoObjGetNoteTextColor

Usage                  BooleanAnnoObjGetNoteTextColor(Red As Long*, Green As Long*, Blue As Long*)

Description         This method retrieves the text color of the selected aotNote object.

Parameters         Red                      Long*                 Red component of RGB.

                             Green                  Long*                 Green component of RGB.

                             Blue                     Long*                 Blue component of RGB.

Return value      TRUE on success, otherwise FALSE.

Programming Notes        See AnnoObjGetNoteTextColorComps method. This method does not pass parameters as reference.