C# Class Ushahidi.Common.Controls.LabelTextBox

Label + TextBox
Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: ushahidi/Ushahidi_WinMobile

Méthodes publiques

Méthode Description
Focus ( ) : bool

Set focus

LabelTextBox ( ) : System

Label + TextBox

SelectAll ( ) : void

Selects all text in the TextBox

Private Methods

Méthode Description
OnGotFocus ( object sender, EventArgs e ) : void
OnLostFocus ( object sender, EventArgs e ) : void
OnTextChanged ( object sender, EventArgs e ) : void

On text changed

Method Details

Focus() public méthode

Set focus
public Focus ( ) : bool
Résultat bool

LabelTextBox() public méthode

Label + TextBox
public LabelTextBox ( ) : System
Résultat System

SelectAll() public méthode

Selects all text in the TextBox
public SelectAll ( ) : void
Résultat void