Usage Boolean AnnoUISetBKColor (Red As Integer Green As Integer Blue As Integer)
Description Sets up the new background color selection for the user interface handler. It is applied to the selected object, if there is any. 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