AnnoObjGetNoteTextColorComps

Usage                  LongAnnoObjGetNoteTextColorComps(Component As Short)

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

Parameters         Component         Short                  Component of RGB color.

 

                                                                                    Available values:

                                                                                    compRed(=0)

                                                                                    compGreen(=1)

                                                                                    compBlue(=2)

 

Return value      Value of specified component of RGB color or 0 on error. Call GetLastAnnoError method for last error code occurred.

Programming Notes        None