C# Class Forex_Strategy_Builder.Fancy_Panel

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

Public Methods

Method Description
Fancy_Panel ( ) : System

Default constructor

Fancy_Panel ( string caption ) : System

Constructor

Fancy_Panel ( string sCaption, Color colorCaption ) : System

Constructor

SetColors ( ) : void

Sets the panel colors

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

On Paint

OnResize ( EventArgs eventargs ) : void

On Resize

Private Methods

Method Description
InitializeParameters ( ) : void

Initialize Parameters

Method Details

Fancy_Panel() public method

Default constructor
public Fancy_Panel ( ) : System
return System

Fancy_Panel() public method

Constructor
public Fancy_Panel ( string caption ) : System
caption string
return System

Fancy_Panel() public method

Constructor
public Fancy_Panel ( string sCaption, Color colorCaption ) : System
sCaption string
colorCaption Color
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