C# Class Ushahidi.Common.Controls.LabelTextBox

Label + TextBox
Inheritance: System.Windows.Forms.UserControl
Exibir arquivo Open project: ushahidi/Ushahidi_WinMobile

Public Methods

Method Description
Focus ( ) : bool

Set focus

LabelTextBox ( ) : System

Label + TextBox

SelectAll ( ) : void

Selects all text in the TextBox

Private Methods

Method 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 method

Set focus
public Focus ( ) : bool
return bool

LabelTextBox() public method

Label + TextBox
public LabelTextBox ( ) : System
return System

SelectAll() public method

Selects all text in the TextBox
public SelectAll ( ) : void
return void