C# 클래스 Alsing.Windows.Forms.InfoTipForm

Summary description for InfoTip.
상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: vchelaru/FlatRedBall

Private Properties

프로퍼티 타입 설명
DoResize void
InfoText_Enter void
InfoText_Resize void
InfoTipForm_Enter void
InitializeComponent void
OnSelectedIndexChanged void
SendMessage int
SetPos void
btnNext_Click void
btnNext_DoubleClick void
btnPrev_Click void
btnPrev_DoubleClick void

공개 메소드들

메소드 설명
InfoTipForm ( ) : System

InfoTipForm ( Control parent ) : System

Init ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
DoResize ( ) : void
InfoText_Enter ( object sender, EventArgs e ) : void
InfoText_Resize ( object sender, EventArgs e ) : void
InfoTipForm_Enter ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnSelectedIndexChanged ( ) : void
SendMessage ( IntPtr hWnd, int message, int _data, int _id ) : int
SetPos ( ) : void
btnNext_Click ( object sender, EventArgs e ) : void
btnNext_DoubleClick ( object sender, EventArgs e ) : void
btnPrev_Click ( object sender, EventArgs e ) : void
btnPrev_DoubleClick ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

InfoTipForm() 공개 메소드

public InfoTipForm ( ) : System
리턴 System

InfoTipForm() 공개 메소드

public InfoTipForm ( Control parent ) : System
parent System.Windows.Forms.Control
리턴 System

Init() 공개 메소드

public Init ( ) : void
리턴 void