AnnoUISetOpaque

Usage                  Boolean AnnoUISetOpaque(OpaqueNote As Boolean)

Description         Sets up the new the background transparency mode selection for the user interface handler. It is applied to the new aotNote (=2) objects and the selected objects of this type, if there are any.

Parameters         OpaqueNote          Boolean           Transparency mode, may be set to:

                                    True = opaque background,

                                    False = transparent background.

Return value      True if repaint is necessary.

Programming Notes        None