Usage Boolean AnnoUISetBorder(DrawBorder As Boolean)
Description Sets up the new object border visibility selection for the user interface handler. It is applied to the new aotWout (=1), aotNote (=2) or aotHighlight (=4) objects and the selected objects of these types, if there are any.
Parameters DarwBorder Boolean Border visibility, may be set to:
True = the border is visible (black),
False = the border is not visible (same color as the object).
Return value True if repaint is necessary.
Programming Notes None