C# 클래스 Forex_Strategy_Builder.Fancy_Panel

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

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

On Paint

OnResize ( EventArgs eventargs ) : void

On Resize

비공개 메소드들

메소드 설명
InitializeParameters ( ) : void

Initialize Parameters

메소드 상세

Fancy_Panel() 공개 메소드

Default constructor
public Fancy_Panel ( ) : System
리턴 System

Fancy_Panel() 공개 메소드

Constructor
public Fancy_Panel ( string caption ) : System
caption string
리턴 System

Fancy_Panel() 공개 메소드

Constructor
public Fancy_Panel ( string sCaption, Color colorCaption ) : System
sCaption string
colorCaption Color
리턴 System

OnPaint() 보호된 메소드

On Paint
protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

OnResize() 보호된 메소드

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

SetColors() 공개 메소드

Sets the panel colors
public SetColors ( ) : void
리턴 void