Method | Description | |
---|---|---|
DeleteSelectedText ( ) : void | ||
Draw ( ) : void | ||
Initialize ( string text, int x, int y, int width, int height, bool isReadOnly, |
||
KeyDown ( KeyboardInputEventArgs e ) : bool | ||
MouseDown ( int x, int y ) : bool | ||
MouseUp ( int x, int y ) : bool | ||
MoveTo ( int x, int y ) : void | ||
ReplaceSelectedText ( string replacement ) : void | ||
Select ( ) : void | ||
SetReadOnly ( bool readOnly ) : void | ||
SetText ( string text ) : void | ||
SetTextAttributes ( Color color, Color outline ) : void | ||
Update ( float frameDeltaTime ) : void |
Method | Description | |
---|---|---|
DrawHighlight ( float x, float y ) : void |
public Initialize ( string text, int x, int y, int width, int height, bool isReadOnly, |
||
text | string | |
x | int | |
y | int | |
width | int | |
height | int | |
isReadOnly | bool | |
r | ||
reason | string | |
return | bool |
public KeyDown ( KeyboardInputEventArgs e ) : bool | ||
e | KeyboardInputEventArgs | |
return | bool |
public ReplaceSelectedText ( string replacement ) : void | ||
replacement | string | |
return | void |
public SetTextAttributes ( Color color, Color outline ) : void | ||
color | Color | |
outline | Color | |
return | void |
public Update ( float frameDeltaTime ) : void | ||
frameDeltaTime | float | |
return | void |