Command Link Button

A Command Link Button refers to a push button with a design that shows the comment directly. When the mouse goes over the button, a gradient effect occurs.

Note: The Command Link button was introduced with Windows® Vista.
If you want a Command Link Button in GDC, use "commandLink" as the value for the "buttonType" style attribute:
<Style name="Button.commandLink">
  <StyleAttribute name="buttonType" value="commandLink"/>
</Style>

You can now add a Command Link Button style in your application, and use the mouseover effect.

This will work on systems that support the Command Link Button. On older systems, it displays a simple button with the text and the comment, but without the mouseover effect.