C# 클래스 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.
상속: System.Windows.Forms.LinkLabel
파일 보기 프로젝트 열기: ribbons/RadioDownloader

보호된 메소드들

메소드 설명
WndProc ( Message &m ) : void

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

메소드 상세

WndProc() 보호된 메소드

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.
리턴 void