C# Class Forex_Strategy_Builder.Info_Panel

Inheritance: System.Windows.Forms.Panel
Datei anzeigen Open project: nuggett11/Forex-Strategy-Builder Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

On Paint

OnResize ( EventArgs eventargs ) : void

On Resize

Private Methods

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

Default Constructor
public Info_Panel ( ) : System
return System

Info_Panel() public method

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

OnPaint() protected method

On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

On Resize
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

SetColors() public method

Sets the panel colors
public SetColors ( ) : void
return void

Update() public method

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