C# Class System.Windows.Forms.UpDownBase.UpDownTextBox

Inheritance: TextBox
Afficher le fichier Open project: Clancey/MonoMac.Windows.Form

Méthodes publiques

Méthode Description
UpDownTextBox ( UpDownBase owner ) : System

Méthodes protégées

Méthode Description
OnGotFocus ( EventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void

Method Details

OnGotFocus() protected méthode

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

OnLostFocus() protected méthode

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

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

UpDownTextBox() public méthode

public UpDownTextBox ( UpDownBase owner ) : System
owner UpDownBase
Résultat System