C# Class Script_Text_Editor.Controls.TextBoxEx

Inheritance: System.Windows.Forms.TextBox
Datei anzeigen Open project: xupefei/Script-Text-Editor

Public Methods

Method Description
SetBackImage ( ) : void
TextBoxEx ( ) : System

Protected Methods

Method Description
OnEraseBkgnd ( Graphics gs ) : void
OnLostFocus ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool
WndProc ( Message &m ) : void

Private Methods

Method Description
LockWindowUpdate ( IntPtr hWndLock ) : bool

Method Details

OnEraseBkgnd() protected method

protected OnEraseBkgnd ( Graphics gs ) : void
gs System.Drawing.Graphics
return void

OnLostFocus() protected method

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnTextChanged() protected method

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
return void

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
return bool

SetBackImage() public method

public SetBackImage ( ) : void
return void

TextBoxEx() public method

public TextBoxEx ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void