C# 클래스 NanQi.Controls.TextBoxExtend

상속: System.Windows.Forms.TextBox
파일 보기 프로젝트 열기: NanQi/demo

Private Properties

프로퍼티 타입 설명
GetWindowDC System.IntPtr
ReleaseDC int

보호된 메소드들

메소드 설명
OnGotFocus ( EventArgs e ) : void

当该控件获得焦点时

OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void

当该控件失去焦点时

OnMouseLeave ( EventArgs e ) : void

当鼠标从该控件移开时

OnMouseMove ( MouseEventArgs e ) : void

鼠标移动到该控件上时

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Gets a value indicating the state of the P:System.Windows.Forms.TextBoxBase.ShortcutsEnabled property.

WndProc ( Message &m ) : void

获得操作系统消息

비공개 메소드들

메소드 설명
GetWindowDC ( IntPtr hWnd ) : IntPtr
ReleaseDC ( IntPtr hWnd, IntPtr hDC ) : int

메소드 상세

OnGotFocus() 보호된 메소드

当该控件获得焦点时
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 void

OnLostFocus() 보호된 메소드

当该控件失去焦点时
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseLeave() 보호된 메소드

当鼠标从该控件移开时
protected OnMouseLeave ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnMouseMove() 보호된 메소드

鼠标移动到该控件上时
protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

ProcessCmdKey() 보호된 메소드

Gets a value indicating the state of the P:System.Windows.Forms.TextBoxBase.ShortcutsEnabled property.
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message A , passed by reference that represents the window message to process.
keyData Keys One of the values that represents the shortcut key to process.
리턴 bool

WndProc() 보호된 메소드

获得操作系统消息
protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
리턴 void