C# Class FC3Editor.UI.ParamNumberSlider

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

Méthodes publiques

Méthode Description
OnValueChanged ( float value ) : void
ParamNumberSlider ( ) : System
UpdateUI ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void
UpdateFromText ( ) : void
UpdateSlider ( ) : void
UpdateText ( ) : void
valueSlider_Scroll ( object sender, EventArgs e ) : void
valueText_KeyDown ( object sender, KeyEventArgs e ) : void
valueText_Leave ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

OnValueChanged() public méthode

public OnValueChanged ( float value ) : void
value float
Résultat void

ParamNumberSlider() public méthode

public ParamNumberSlider ( ) : System
Résultat System

UpdateUI() public méthode

public UpdateUI ( ) : void
Résultat void