GetEventObjTextColor

Usage                  Boolean GetEventObjTextColor(Red As Short*, Green As Short*, Blue As Short*)

Description         This method retrieves the text color of the note object clicked on. You can use this function in the UserDefined event handler.

Parameters         Red                      Short *               Red component of RGB.

                             Green                  Short *               Green component of RGB.

                             Blue                     Short *               Blue component of RGB.

Return value      TRUE on success, otherwise FALSE.

Programming Notes        This method works for only aotNote object. See GetEventObjProperties method. This method does not pass parameters as reference.