Usage Boolean GetEventObjBKColor(Red As Short*, Green As Short*, Blue As Short*)
Description This method retrieves the color of the background 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 aotRect, aotCircle and aotRoundRect objects. See GetEventObjProperties method. This method does not pass parameters as reference.