C# Class SystemEx.Windows.Forms.TimePicker

Inheritance: System.Windows.Forms.ComboBox
Show file Open project: pvginkel/SystemEx

Private Properties

Property Type Description
CoerceValue int?
FormatText void
ValidateText void

Public Methods

Method Description
TimePicker ( ) : System

Protected Methods

Method Description
OnLeave ( EventArgs e ) : void
OnSelectedIndexChanged ( EventArgs e ) : void
OnSelectedTimeChanged ( EventArgs e ) : void

Private Methods

Method Description
CoerceValue ( int value ) : int?
FormatText ( int value ) : void
ValidateText ( ) : void

Method Details

OnLeave() protected method

protected OnLeave ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectedIndexChanged() protected method

protected OnSelectedIndexChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnSelectedTimeChanged() protected method

protected OnSelectedTimeChanged ( EventArgs e ) : void
e System.EventArgs
return void

TimePicker() public method

public TimePicker ( ) : System
return System