ColorText::BlinkText

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