C# Class 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.
Inheritance: System.Windows.Forms.LinkLabel
ファイルを表示 Open project: 2014-sed-team3/term-project

Public Methods

Method Description
StartProcessLinkLabel ( ) : System

Initializes a new instance of the StartProcessLinkLabel class.

Protected Methods

Method Description
OnLinkClicked ( System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Private Methods

Method Description
AssertValid ( ) : void

Method Details

OnLinkClicked() protected method

protected OnLinkClicked ( System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
e System.Windows.Forms.LinkLabelLinkClickedEventArgs
return void

StartProcessLinkLabel() public method

Initializes a new instance of the StartProcessLinkLabel class.
public StartProcessLinkLabel ( ) : System
return System