C# Class FC3Editor.UI.ParamNumberSlider

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
OnValueChanged ( float value ) : void
ParamNumberSlider ( ) : System
UpdateUI ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

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

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnValueChanged() public method

public OnValueChanged ( float value ) : void
value float
return void

ParamNumberSlider() public method

public ParamNumberSlider ( ) : System
return System

UpdateUI() public method

public UpdateUI ( ) : void
return void