C# Class Forex_Strategy_Builder.Info_Panel

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Méthodes publiques

Méthode Description
Info_Panel ( ) : System

Default Constructor

Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System

Constructor

SetColors ( ) : void

Sets the panel colors

Update ( string asParams, string asValues, bool abFlags, string caption ) : void

Update

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

On Paint

OnResize ( EventArgs eventargs ) : void

On Resize

Private Methods

Méthode Description
CalculateScrollBarStatus ( ) : void

Scroll Bars status

CalculateTabs ( ) : void

Tabs

Info_Panel_MouseUp ( object sender, MouseEventArgs e ) : void

Selects the vertical scrollbar

InitializeParameters ( ) : void

Initialize Parameters

ScrollBar_Scroll ( object sender, ScrollEventArgs e ) : void

ScrollBar_Scroll

Method Details

Info_Panel() public méthode

Default Constructor
public Info_Panel ( ) : System
Résultat System

Info_Panel() public méthode

Constructor
public Info_Panel ( string asParams, string asValues, bool abFlags, string sCaption ) : System
asParams string
asValues string
abFlags bool
sCaption string
Résultat System

OnPaint() protected méthode

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

OnResize() protected méthode

On Resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

SetColors() public méthode

Sets the panel colors
public SetColors ( ) : void
Résultat void

Update() public méthode

Update
public Update ( string asParams, string asValues, bool abFlags, string caption ) : void
asParams string
asValues string
abFlags bool
caption string
Résultat void