You have implemented FlashColor functionality, and you can test it using Test Container.
To test the FlashColor property
The Insert Control dialog box appears.
The Circle control is displayed in Test Container. Move the mouse over the circle and click once. The circle flashes red, the default value to which the FlashColor property was initialized in the CCircCtrl::DoPropExchange member function.
To change the FlashColor property
Repeat the steps above, but select different colors in the Color dialog box to test the control. You will see the Value column in the Parameters control change to reflect the value of each color you select, as follows.
Color | Hex Value | Decimal Value |
White | 0x00FFFFFF | 16777215 |
Black | 0x00000000 | 0 |
Gray | 0x00808080 | 8421504 |
Red | 0x000000FF | 255 |
Yellow | 0x0000FFFF | 65535 |
Green | 0x0000FF00 | 65280 |
Cyan | 0x00FFFF00 | 16776960 |
Blue | 0x00FF0000 | 16711680 |
Magenta | 0x00FF00FF | 16711935 |
When you have finished, close Test Container.