ColorText
ColorText class is used to display text with the specified format. The format including background color, text color, background blinking, text blinking, text bold.
Control.h
| Name | Brief | Example | 
|---|---|---|
| BlinkBackground | turns on or off the Background blinking state | |
| BlinkText | turns on or off the text blinking state | |
| ColorText | default constructor | |
| CreateControl | creates a control using the holder attributes, destroys the holder window | |
| SetBkBlink | sets blinking colors for the Background. | |
| SetBkColor | sets color of the background. | |
| SetBold | sets bold font for the text | |
| SetTxtBlink | sets blinking colors for the text. | |
| SetTxtColor | sets color of the text. |