Свойство | Type | Description | |
---|---|---|---|
textBox_GotFocus | void | ||
textBox_KeyDown | void | ||
textBox_LostFocus | void | ||
textBox_TextChanged | void | ||
textBox_Validating | void |
Méthode | Description | |
---|---|---|
BorderedTextBox ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
Méthode | Description | |
---|---|---|
textBox_GotFocus ( object sender, |
||
textBox_KeyDown ( object sender, |
||
textBox_LostFocus ( object sender, |
||
textBox_TextChanged ( object sender, |
||
textBox_Validating ( object sender, CancelEventArgs e ) : void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
specified | BoundsSpecified | |
Résultat | void |