C# Class FlatRedBall.Glue.Controls.TextInputWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
InitializeComponent void
mOkWindow_Click void

Méthodes publiques

Méthode Description
AddControl ( Control control, AboveOrBelow aboveOrBelow = AboveOrBelow.Below ) : void

Adds a control to the TextInputWindow. The control will automatically be positioned below the previously-added control. The spacing can be controlled through the control's Margin property.

If you are adding a control after a label, you may need to adjust the label's height. By default it's bigger than usually desired.

ClickOk ( ) : void
TextInputWindow ( ) : 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.

mOkWindow_Click ( object sender, EventArgs e ) : void

Method Details

AddControl() public méthode

Adds a control to the TextInputWindow. The control will automatically be positioned below the previously-added control. The spacing can be controlled through the control's Margin property.
If you are adding a control after a label, you may need to adjust the label's height. By default it's bigger than usually desired.
public AddControl ( Control control, AboveOrBelow aboveOrBelow = AboveOrBelow.Below ) : void
control System.Windows.Forms.Control The control to add
aboveOrBelow AboveOrBelow
Résultat void

ClickOk() public méthode

public ClickOk ( ) : 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

OnShown() protected méthode

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

TextInputWindow() public méthode

public TextInputWindow ( ) : System
Résultat System