C# Class FlatRedBall.Glue.Controls.ListBoxWindow

Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Méthode Description
AddButton ( string message, DialogResult result ) : void
AddItem ( object objectToAdd ) : void
ClearButtons ( ) : void
ListBoxWindow ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

ListBoxWindow_ResizeEnd ( object sender, EventArgs e ) : void
flowLayoutPanel1_Resize ( object sender, EventArgs e ) : void

Method Details

AddButton() public méthode

public AddButton ( string message, DialogResult result ) : void
message string
result DialogResult
Résultat void

AddItem() public méthode

public AddItem ( object objectToAdd ) : void
objectToAdd object
Résultat void

ClearButtons() public méthode

public ClearButtons ( ) : void
Résultat void

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

ListBoxWindow() public méthode

public ListBoxWindow ( ) : System
Résultat System

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void