【お知らせ】この部分は英語原文のみでの提供となります。何卒ご了承ください。
2.2.6.5.2 ColorText::BlinkText
Contents
Description
turns on or off the text blinking state
Syntax
void BlinkText( DWORD dwCtrl )
Parameters
- dwCtrl
- [input]can be one of the following enum.
enum { COLORTEXTBLINK_OFF, // turns blinking off COLORTEXTBLINK_NORMAL, // turns blinking at normal speed COLORTEXTBLINK_SLOW, // turns blinking at slow speed COLORTEXTBLINK_FAST, // turns blinking at fast speed COLORTEXTBLINK_DEFAULT, // turns blinking as default };
Return
Examples
Remark
See Also
Header to Include
Control.h