C# Class Alsing.Windows.Forms.InfoTipForm

Summary description for InfoTip.
Inheritance: System.Windows.Forms.Form
Show file Open project: vchelaru/FlatRedBall

Private Properties

Property Type Description
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

Public Methods

Method Description
InfoTipForm ( ) : System

InfoTipForm ( Control parent ) : System

Init ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

InfoTipForm() public method

public InfoTipForm ( ) : System
return System

InfoTipForm() public method

public InfoTipForm ( Control parent ) : System
parent System.Windows.Forms.Control
return System

Init() public method

public Init ( ) : void
return void