C# Class Evbpc.Framework.Xna.Windows.Forms.TextBox

Represents a Framework.Windows.Forms.TextBox to be used with a Form.
Inheritance: Framework.Windows.Forms.TextBox, IDrawableControl, IUpdateableControl
Afficher le fichier Open project: EBrown8534/Framework

Méthodes publiques

Méthode Description
IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
IUpdateableControl ( bool hasFocus, GameTime gt ) : void
KeyStateMan_KeyDown ( object sender, KeyEventArgs e ) : void
KeyStateMan_KeyPress ( object sender, KeyPressEventArgs e ) : void
KeyStateMan_KeyUp ( object sender, KeyEventArgs e ) : void
TextBox ( SpriteFont font, string name ) : Evbpc.Framework.Windows.Forms

Constructs a new TextBox with the specified Control.Name.

TextBox ( SpriteFont font, string name, string text ) : Evbpc.Framework.Windows.Forms

Constructs a new TextBox with the specified Control.Name.

Method Details

IDrawableControl() public méthode

public IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
initialLocation Framework
Résultat void

IUpdateableControl() public méthode

public IUpdateableControl ( bool hasFocus, GameTime gt ) : void
hasFocus bool
gt Microsoft.Xna.Framework.GameTime
Résultat void

KeyStateMan_KeyDown() public méthode

public KeyStateMan_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void

KeyStateMan_KeyPress() public méthode

public KeyStateMan_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e Evbpc.Framework.Windows.Forms.KeyPressEventArgs
Résultat void

KeyStateMan_KeyUp() public méthode

public KeyStateMan_KeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
Résultat void

TextBox() public méthode

Constructs a new TextBox with the specified Control.Name.
public TextBox ( SpriteFont font, string name ) : Evbpc.Framework.Windows.Forms
font Microsoft.Xna.Framework.Graphics.SpriteFont The .
name string The .
Résultat Evbpc.Framework.Windows.Forms

TextBox() public méthode

Constructs a new TextBox with the specified Control.Name.
public TextBox ( SpriteFont font, string name, string text ) : Evbpc.Framework.Windows.Forms
font Microsoft.Xna.Framework.Graphics.SpriteFont The .
name string The .
text string The
Résultat Evbpc.Framework.Windows.Forms