C# Class NanoByte.Common.Controls.HintTextBox

Inheritance: System.Windows.Forms.TextBox
Afficher le fichier Open project: nano-byte/common Class Usage Examples

Private Properties

Свойство Type Description
HideHintText void
ShowHintText void

Méthodes publiques

Méthode Description
HintTextBox ( ) : System

Méthodes protégées

Méthode Description
OnBackColorChanged ( EventArgs e ) : void
OnClearButtonClicked ( EventArgs e ) : void

Raises the ClearButtonClicked event.

OnEnter ( EventArgs e ) : void
OnLeave ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Méthode Description
HideHintText ( ) : void
ShowHintText ( ) : void

Method Details

HintTextBox() public méthode

public HintTextBox ( ) : System
Résultat System

OnBackColorChanged() protected méthode

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

OnClearButtonClicked() protected méthode

Raises the ClearButtonClicked event.
protected OnClearButtonClicked ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnEnter() protected méthode

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

OnLeave() protected méthode

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

OnTextChanged() protected méthode

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