C# Class Smrf.NodeXL.ExcelTemplate.SubgraphLinkLabel

Represents a LinkLabel that, when clicked, explains what a subgraph is.
Inheritance: System.Windows.Forms.LinkLabel
Mostra file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
SubgraphLinkLabel ( ) : System

Initializes a new instance of the 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

SubgraphLinkLabel() public method

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