C# Class Smrf.AppLib.HelpLinkLabel

Represents a LinkLabel that displays its Tag text in a message box when clicked.
Clicking the LinkLabel opens an "information" message box that shows the text stored in the LinkLabel's Tag property. If the Tag property is not set to a String, the click does nothing.
Inheritance: System.Windows.Forms.LinkLabel
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
HelpLinkLabel ( ) : System

Initializes a new instance of the HelpLinkLabel class.

Protected Methods

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

Private Methods

Method Description
AssertValid ( ) : void

Method Details

HelpLinkLabel() public method

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

OnLinkClicked() protected method

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