Method | Description | |
---|---|---|
IDrawableControl ( |
||
IUpdateableControl ( bool hasFocus, |
||
KeyStateMan_KeyDown ( object sender, KeyEventArgs e ) : void | ||
KeyStateMan_KeyPress ( object sender, |
||
KeyStateMan_KeyUp ( object sender, KeyEventArgs e ) : void | ||
TextBox ( |
Constructs a new TextBox with the specified Control.Name.
|
|
TextBox ( |
Constructs a new TextBox with the specified Control.Name.
|
public IDrawableControl ( |
||
s | ||
initialLocation | Framework | |
return | void |
public IUpdateableControl ( bool hasFocus, |
||
hasFocus | bool | |
gt | ||
return | void |
public KeyStateMan_KeyDown ( object sender, KeyEventArgs e ) : void | ||
sender | object | |
e | KeyEventArgs | |
return | void |
public KeyStateMan_KeyPress ( object sender, |
||
sender | object | |
e | ||
return | void |
public KeyStateMan_KeyUp ( object sender, KeyEventArgs e ) : void | ||
sender | object | |
e | KeyEventArgs | |
return | void |
public TextBox ( |
||
font | The |
|
name | string | The |
return | Evbpc.Framework.Windows.Forms |
public TextBox ( |
||
font | The |
|
name | string | The |
text | string | The |
return | Evbpc.Framework.Windows.Forms |