프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BaseText_KeyDown | void | ||
BaseText_KeyPress | void | ||
BaseText_KeyUp | void | ||
InitEvents | void | ||
InitializeComponent | void | ||
OnIconClick | void |
메소드 | 설명 | |
---|---|---|
QQTextBoxEx ( ) : System |
|
메소드 | 설명 | |
---|---|---|
BaseText_MouseLeave ( object sender, |
|
|
BaseText_MouseMove ( object sender, MouseEventArgs e ) : void |
|
|
OnMouseDown ( MouseEventArgs e ) : void |
|
|
OnMouseLeave ( |
|
|
OnMouseMove ( MouseEventArgs e ) : void |
|
|
OnMouseUp ( MouseEventArgs e ) : void |
|
|
OnPaint ( PaintEventArgs e ) : void |
|
|
OnSizeChanged ( |
当文本框的大小发生改变时,将文本框的类型换成多行文本
|
|
PositionTextBox ( ) : void |
偏移文本框
|
메소드 | 설명 | |
---|---|---|
BaseText_KeyDown ( object sender, |
|
|
BaseText_KeyPress ( object sender, |
|
|
BaseText_KeyUp ( object sender, |
||
InitEvents ( ) : void |
加载事件
|
|
InitializeComponent ( ) : void |
设计界面
|
|
OnIconClick ( ) : void |
|
protected BaseText_MouseLeave ( object sender, |
||
sender | object | |
e | ||
리턴 | void |
protected BaseText_MouseMove ( object sender, MouseEventArgs e ) : void | ||
sender | object | |
e | MouseEventArgs | |
리턴 | void |