Usage Boolean AnnoObjSetBKColor (Red As Integer Green As Integer Blue As Integer)
Description Sets the background color of the selected object. Objects of type aotRect (=6) aotRoundRect (=8)and aotCircle (=7) have background color property.
Parameters Red Integer Value of the red component.
Green Integer Value of the green component.
Blue Integer Value of the blue component.
Return value TRUE on success, otherwise FALSE.
Programming Notes None