AnnoUISetNoteTextColor

Usage                  Boolean AnnoUISetNoteTextColor(Red As Long, Green As Long, Blue As Long)

Description         Sets up the new object text color for the user interface handler. It is applied to the new aotNote objects and the selected objects of these types, if there are any.

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        None