C# 클래스 Forex_Strategy_Builder.Fancy_Message_Box

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: nuggett11/Forex-Strategy-Builder 1 사용 예제들

공개 메소드들

메소드 설명
Fancy_Message_Box ( string text, string title ) : System

Public Constructor

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Form OnLoad.

OnPaint ( PaintEventArgs e ) : void

Form OnPaint.

OnResize ( EventArgs e ) : void

OnResize.

비공개 메소드들

메소드 설명
BtnClose_Click ( object sender, EventArgs e ) : void

Button Close OnClick.

GetText ( string text, string title ) : string

Gets the text.

메소드 상세

Fancy_Message_Box() 공개 메소드

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

OnLoad() 보호된 메소드

Form OnLoad.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnPaint() 보호된 메소드

Form OnPaint.
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

OnResize.
protected OnResize ( EventArgs e ) : void
e System.EventArgs
리턴 void