AnnSetAutoBackColor method (Main Control)
Visual
Basic example
Visual C++ 4.0 example
Syntax short AnnSetAutoBackColor(OLE_HANDLE hObject, short iType, OLE_COLOR crBack);
Overview: Refer to Implementing Annotations.
Remarks
Sets the background color of one or more annotation objects.
This method does not affect objects that do not have this property or that do not let you change the property. For descriptions of the various types of objects and their properties, refer to Types of Annotations. Please note the following:
If iType is: |
Then the background color is changed for: |
ANNOBJECT_NOTE or ANNOBJECT_PUSHPIN |
Note objects and push pin objects created by the automation object |
ANNOBJECT_HILITE |
Hilite objects created by the automation object. |
ANNOBJECT_REDACT |
Redact objects created by the automation object. |
any other object such as ANNOBJECT_TEXT, ANNOBJECT_RECT, etc. |
All other objects, created by the automation object, which Have a background color property. |
See Also
Topics: AnnGetAutoBackColor method, AnnGetBackColor method, AnnSetBackColor method