【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.5 ColorText
Name
ColorText
Remark
ColorText class is used to display text with the specified format. The format including background color, text color, background blinking, text blinking, text bold.
Hierarchy
Examples
Header to Include
Control.h
Reference
Members
| 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. |