C# Class Forex_Strategy_Trader.LinkPanel

Inheritance: Forex_Strategy_Trader.Fancy_Panel
Afficher le fichier Open project: MerlinBrasil/Forex-Strategy-Trader Class Usage Examples

Méthodes publiques

Méthode Description
AddLink ( LinkItem link ) : void

Adds a link to the LinkPanel.

LinkPanel ( string caption ) : System

Constructor.

SetLinks ( ) : void

Arranges the link labels.

Méthodes protégées

Méthode Description
OnResize ( EventArgs eventargs ) : void

Arranges controls size.

Private Methods

Méthode Description
Label_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Opens the link in the default browser.

LinkHolder_Scroll ( object sender, ScrollEventArgs e ) : void

Repaints panel after scrolling.

Method Details

AddLink() public méthode

Adds a link to the LinkPanel.
public AddLink ( LinkItem link ) : void
link LinkItem
Résultat void

LinkPanel() public méthode

Constructor.
public LinkPanel ( string caption ) : System
caption string
Résultat System

OnResize() protected méthode

Arranges controls size.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

SetLinks() public méthode

Arranges the link labels.
public SetLinks ( ) : void
Résultat void