C# Class Alsing.Windows.Forms.InfoTipForm

Summary description for InfoTip.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall

Private Properties

Свойство 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

Méthodes publiques

Méthode Description
InfoTipForm ( ) : System

InfoTipForm ( Control parent ) : System

Init ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

InfoTipForm() public méthode

public InfoTipForm ( ) : System
Résultat System

InfoTipForm() public méthode

public InfoTipForm ( Control parent ) : System
parent System.Windows.Forms.Control
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void