Usage Boolean AnnoUISetColor(Color As Long)
Description Sets up the new color selection for the user interface handler. It is applied to the selected object, if there is any. Objects of type aotWout (=1) and aotStamp (=3) do not have any color.
Parameters Color Long Color, may take one of the following values:
acoBlack (=0)
acoGray (=1)
acoBlue (=2)
acoRed (=3)
acoPurple (=4)
acoGreen (=5)
acoLBlue (=6)
acoYellow (=7)
acoLGray (=8)
acoWhite (=9)
Return value True if repaint is necessary.
Programming Notes None