C# Class Forex_Strategy_Builder.Fancy_Message_Box

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

Public Methods

Method Description
Fancy_Message_Box ( string text, string title ) : System

Public Constructor

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Form OnLoad.

OnPaint ( PaintEventArgs e ) : void

Form OnPaint.

OnResize ( EventArgs e ) : void

OnResize.

Private Methods

Method Description
BtnClose_Click ( object sender, EventArgs e ) : void

Button Close OnClick.

GetText ( string text, string title ) : string

Gets the text.

Method Details

Fancy_Message_Box() public method

Public Constructor
public Fancy_Message_Box ( string text, string title ) : System
text string
title string
return System

OnLoad() protected method

Form OnLoad.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPaint() protected method

Form OnPaint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

OnResize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void