C# Class RadioDld.ExtLinkLabel

An enhanced version of the standard LinkLabel control which displays the correct system link 'hand' cursor instead of the old style one built into the .NET framework.
Inheritance: System.Windows.Forms.LinkLabel
Mostrar archivo Open project: ribbons/RadioDownloader

Protected Methods

Method Description
WndProc ( Message &m ) : void

Handle the WM_SETCURSOR message and set the correct system link cursor.

Method Details

WndProc() protected method

Handle the WM_SETCURSOR message and set the correct system link cursor.
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message The Windows to process.
return void