Property | Type | Description | |
---|---|---|---|
GetWindowDC | |||
ReleaseDC | int |
Method | Description | |
---|---|---|
OnGotFocus ( |
当该控件获得焦点时
|
|
OnKeyDown ( |
||
OnLostFocus ( |
当该控件失去焦点时
|
|
OnMouseLeave ( |
当鼠标从该控件移开时
|
|
OnMouseMove ( MouseEventArgs e ) : void |
鼠标移动到该控件上时
|
|
ProcessCmdKey ( |
Gets a value indicating the state of the P:System.Windows.Forms.TextBoxBase.ShortcutsEnabled property.
|
|
WndProc ( |
获得操作系统消息
|
Method | Description | |
---|---|---|
GetWindowDC ( |
||
ReleaseDC ( |
protected OnGotFocus ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnLostFocus ( |
||
e | ||
return | void |
protected OnMouseLeave ( |
||
e | ||
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected ProcessCmdKey ( |
||
msg | A |
|
keyData | Keys | One of the |
return | bool |
protected WndProc ( |
||
m | ||
return | void |