C# Класс Smrf.AppLib.StartProcessLinkLabel

Represents a LinkLabel that starts a specified process when clicked.
Clicking a link in the LinkLabel causes to be called with the text stored in the LinkLabel's Tag property. If the Tag is not set to a String, the click does nothing.
Наследование: System.Windows.Forms.LinkLabel
Показать файл Открыть проект

Открытые методы

Метод Описание
StartProcessLinkLabel ( ) : System

Initializes a new instance of the StartProcessLinkLabel class.

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

Метод Описание
OnLinkClicked ( System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Приватные методы

Метод Описание
AssertValid ( ) : void

Описание методов

OnLinkClicked() защищенный Метод

protected OnLinkClicked ( System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
e System.Windows.Forms.LinkLabelLinkClickedEventArgs
Результат void

StartProcessLinkLabel() публичный Метод

Initializes a new instance of the StartProcessLinkLabel class.
public StartProcessLinkLabel ( ) : System
Результат System