NOTE  ON  USING  THE  COLORBUTTON  COMPONET

After installing this component [TcolorButton=Class(TButton)] in the Visual Component Library
(VCL) and adding it to your component palette, please note significant features in using it.

After placing it on a form and setting Color property in the Object Inspector, you might, at first,
find it disconcerting that button color remains at its default setting, white.  To make it change to
the color you selected, you must then change the button's Font property: font type, style, size, or
color (change in any of these will result in button's background color becoming selected color
other than white).

To get a font style other than "Regular" for button's caption, set button's Style property to
"bsWin31".  This does not appear to apply to the very few fonts that offer only "Bold" and "Bold
Italic" selections for font style.  In those cases, you get "Bold" when selecting either font style if
button's Style property is set other than "bsWin31".

In view of the fact that ColorButton has worked very well for its purpose in Syringa Software
application products, we have made no effort, thus far, to modify the above features.
