C# Class Forex_Strategy_Builder.Fancy_Panel

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

Méthodes publiques

Méthode 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

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
InitializeParameters ( ) : void

Initialize Parameters

Method Details

Fancy_Panel() public méthode

Default constructor
public Fancy_Panel ( ) : System
Résultat System

Fancy_Panel() public méthode

Constructor
public Fancy_Panel ( string caption ) : System
caption string
Résultat System

Fancy_Panel() public méthode

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