AnnoUISetTextEditorBackground

 

Usage

Sub AnnoUISetTextEditorBackground(Red As Short, Green As Short, Blue As Short)

Description

This method sets the background color that is visible when editing an aotText (=9) annotation object.

Parameters

Red

Short

The red component of the new color.

Green

Short

The green component of the new color.

Blue

Short

The blue component of the new color.

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 annotations. The area that has to be updated can be obtained by the AnnoUIGetUpdateRect method in this case.