C# Class TpTrayUtility.Components.TpTextBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
textBox System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
TpTextBox ( ) : System

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

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

TpTextBox() public méthode

public TpTextBox ( ) : System
Résultat System

Property Details

textBox public_oe property

public TextBox,System.Windows.Forms textBox
Résultat System.Windows.Forms.TextBox