C# Class ATMLCommonLibrary.controls.HelpLabel

Inheritance: System.Windows.Forms.Label
Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Свойство Type Description
GetParentForm System.Windows.Forms.Form
HelpCursorOff void
HelpCursorOn void
HelpLabel_MouseClick void
InitializeComponent void

Méthodes publiques

Méthode Description
HelpLabel ( ) : System
HelpLabel ( IContainer container ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
GetParentForm ( Control parent ) : Form
HelpCursorOff ( object sender, EventArgs e ) : void
HelpCursorOn ( object sender, EventArgs e ) : void
HelpLabel_MouseClick ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

HelpLabel() public méthode

public HelpLabel ( ) : System
Résultat System

HelpLabel() public méthode

public HelpLabel ( IContainer container ) : System
container IContainer
Résultat System

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void