C# 클래스 Evbpc.Framework.Xna.Windows.Forms.TextBox

Represents a Framework.Windows.Forms.TextBox to be used with a Form.
상속: Framework.Windows.Forms.TextBox, IDrawableControl, IUpdateableControl
파일 보기 프로젝트 열기: EBrown8534/Framework

공개 메소드들

메소드 설명
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.

메소드 상세

IDrawableControl() 공개 메소드

public IDrawableControl ( SpriteBatch s, Framework initialLocation ) : void
s Microsoft.Xna.Framework.Graphics.SpriteBatch
initialLocation Framework
리턴 void

IUpdateableControl() 공개 메소드

public IUpdateableControl ( bool hasFocus, GameTime gt ) : void
hasFocus bool
gt Microsoft.Xna.Framework.GameTime
리턴 void

KeyStateMan_KeyDown() 공개 메소드

public KeyStateMan_KeyDown ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
리턴 void

KeyStateMan_KeyPress() 공개 메소드

public KeyStateMan_KeyPress ( object sender, KeyPressEventArgs e ) : void
sender object
e Evbpc.Framework.Windows.Forms.KeyPressEventArgs
리턴 void

KeyStateMan_KeyUp() 공개 메소드

public KeyStateMan_KeyUp ( object sender, KeyEventArgs e ) : void
sender object
e KeyEventArgs
리턴 void

TextBox() 공개 메소드

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 .
리턴 Evbpc.Framework.Windows.Forms

TextBox() 공개 메소드

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
리턴 Evbpc.Framework.Windows.Forms