Introducing CLinkButton, a derived class of CButton. Buttons made with this derived class have the following characteristics:
1. The appearance of the button is similar to the object generated by the static control class CStatic.
2. When the mouse cursor moves over the button but is not pressed, the cursor changes shape and the font changes shape; the button is similar to the flat button effect applied on toolbars and menus.
3. There is a three-dimensional feeling (concave-convex) when the button is pressed.
Expand