C# Class FC3Editor.UI.ParamStringField

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: Azerothian/fc3editor Class Usage Examples

Méthodes publiques

Méthode Description
ParamStringField ( ) : System
UpdateUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
OnValueChanged ( string value ) : void
UpdateFromText ( ) : void
UpdateMaxLength ( ) : void
UpdateText ( ) : void
parameterField_KeyDown ( object sender, KeyEventArgs e ) : void
parameterField_Leave ( object sender, EventArgs e ) : void
parameterField_MouseDown ( object sender, MouseEventArgs e ) : void
parameterField_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

ParamStringField() public méthode

public ParamStringField ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void