C# Class System.Windows.Forms.ListView.ListViewLabelEditTextBox

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

Méthodes publiques

Méthode Description
ListViewLabelEditTextBox ( ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
IsInputKey ( Keys key_data ) : bool
OnEditingCancelled ( EventArgs e ) : void
OnEditingFinished ( EventArgs e ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnLostFocus ( EventArgs e ) : void
OnTextChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ResizeTextBoxHeight ( int new_height ) : void
ResizeTextBoxWidth ( int new_width ) : void

Method Details

IsInputKey() protected méthode

protected IsInputKey ( Keys key_data ) : bool
key_data Keys
Résultat bool

ListViewLabelEditTextBox() public méthode

public ListViewLabelEditTextBox ( ) : System
Résultat System

OnEditingCancelled() protected méthode

protected OnEditingCancelled ( EventArgs e ) : void
e EventArgs
Résultat void

OnEditingFinished() protected méthode

protected OnEditingFinished ( EventArgs e ) : void
e EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
Résultat void

OnLostFocus() protected méthode

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

OnTextChanged() protected méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void