C# Class Forex_Strategy_Trader.LinkPanel

Inheritance: Forex_Strategy_Trader.Fancy_Panel
Mostrar archivo Open project: MerlinBrasil/Forex-Strategy-Trader Class Usage Examples

Public Methods

Method Description
AddLink ( LinkItem link ) : void

Adds a link to the LinkPanel.

LinkPanel ( string caption ) : System

Constructor.

SetLinks ( ) : void

Arranges the link labels.

Protected Methods

Method Description
OnResize ( EventArgs eventargs ) : void

Arranges controls size.

Private Methods

Method 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 method

Adds a link to the LinkPanel.
public AddLink ( LinkItem link ) : void
link LinkItem
return void

LinkPanel() public method

Constructor.
public LinkPanel ( string caption ) : System
caption string
return System

OnResize() protected method

Arranges controls size.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SetLinks() public method

Arranges the link labels.
public SetLinks ( ) : void
return void