C# Class FC3Editor.UI.ParamTimePicker

Inheritance: System.Windows.Forms.UserControl
Datei anzeigen Open project: Azerothian/fc3editor Class Usage Examples

Public Methods

Method Description
ParamTimePicker ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
OnValueChanged ( System.TimeSpan value ) : void
UpdatePicker ( ) : void
UpdateSlider ( ) : void
UpdateUI ( ) : void
dateTimePicker_ValueChanged ( object sender, EventArgs e ) : void
timeSlider_Scroll ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

ParamTimePicker() public method

public ParamTimePicker ( ) : System
return System