프로퍼티 | 타입 | 설명 | |
---|---|---|---|
textBox_GotFocus | void | ||
textBox_KeyDown | void | ||
textBox_LostFocus | void | ||
textBox_TextChanged | void | ||
textBox_Validating | void |
메소드 | 설명 | |
---|---|---|
BorderedTextBox ( ) : System |
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void | ||
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void |
메소드 | 설명 | |
---|---|---|
textBox_GotFocus ( object sender, |
||
textBox_KeyDown ( object sender, |
||
textBox_LostFocus ( object sender, |
||
textBox_TextChanged ( object sender, |
||
textBox_Validating ( object sender, CancelEventArgs e ) : void |
protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void | ||
x | int | |
y | int | |
width | int | |
height | int | |
specified | BoundsSpecified | |
리턴 | void |