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
Показать файл Открыть проект

Защищенные методы

Метод Описание
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