C# Class Script_Text_Editor.Controls.TextBoxEx

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: xupefei/Script-Text-Editor

Méthodes publiques

Méthode Description
SetBackImage ( ) : void
TextBoxEx ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
LockWindowUpdate ( IntPtr hWndLock ) : bool

Method Details

OnEraseBkgnd() protected méthode

protected OnEraseBkgnd ( Graphics gs ) : void
gs System.Drawing.Graphics
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnTextChanged() protected méthode

protected OnTextChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProcessCmdKey() protected méthode

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

SetBackImage() public méthode

public SetBackImage ( ) : void
Résultat void

TextBoxEx() public méthode

public TextBoxEx ( ) : System
Résultat System

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void