C# Class YamuiFramework.Controls.YamuiTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: jcaillon/3P Class Usage Examples

Private Properties

Свойство Type Description
CustomPaint void

Méthodes publiques

Méthode Description
ApplyInternalPadding ( ) : void
YamuiTextBox ( ) : System

Méthodes protégées

Méthode Description
OnClick ( EventArgs e ) : void
OnEnter ( EventArgs e ) : void
OnGotFocus ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseEnter ( EventArgs e ) : void
OnMouseLeave ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void
WndProc ( Message &m ) : void

Private Methods

Méthode Description
CustomPaint ( Graphics g ) : void

Method Details

ApplyInternalPadding() public méthode

public ApplyInternalPadding ( ) : void
Résultat void

OnClick() protected méthode

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

OnEnter() protected méthode

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

OnGotFocus() protected méthode

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

OnLeave() protected méthode

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

OnLostFocus() protected méthode

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

OnMouseEnter() protected méthode

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

OnMouseLeave() protected méthode

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

OnTextChanged() protected méthode

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

WndProc() protected méthode

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

YamuiTextBox() public méthode

public YamuiTextBox ( ) : System
Résultat System