C# 클래스 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.
상속: System.Windows.Forms.LinkLabel
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

공개 메소드들

메소드 설명
HelpLinkLabel ( ) : System

Initializes a new instance of the HelpLinkLabel class.

보호된 메소드들

메소드 설명
OnLinkClicked ( System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

비공개 메소드들

메소드 설명
AssertValid ( ) : void

메소드 상세

HelpLinkLabel() 공개 메소드

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

OnLinkClicked() 보호된 메소드

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