AnnoUIGetNoteTextColorComps

Usage                  LongAnnoUIGetNoteTextColorComps(Component As Short)

Description         This method retrieves the specified RGB component of the text color of the last 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