Usage |
Sub AnnoUISetTextEditorBackgroundTransparent() |
Description |
This method removes the background color that is normally visible when editing an aotText (=9) annotation object. To set a background color again, use AnnoUISetTextEditorBackground. |
Parameters |
None |
Return value |
None |
Programming Notes |
If a text annotation is currently being edited, the background color change will only be visible after a repaint of the UI area of the text annotation. The area that has to be updated can be obtained by the AnnoUIGetUpdateRect method. |