C# Class SystemEx.Windows.Forms.DateTimePickerEx

Mostrar archivo Open project: pvginkel/SystemEx

Private Properties

Property Type Description
ForceHeight void
InitializeComponent void
_dateTimePicker_ValueChanged void
_timePicker_SelectedTimeChanged void
timePicker_SizeChanged void

Public Methods

Method Description
DateTimePickerEx ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLayout ( LayoutEventArgs levent ) : void
OnSelectedDateTimeChanged ( EventArgs e ) : void
SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void

Private Methods

Method Description
ForceHeight ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

_dateTimePicker_ValueChanged ( object sender, EventArgs e ) : void
_timePicker_SelectedTimeChanged ( object sender, EventArgs e ) : void
timePicker_SizeChanged ( object sender, EventArgs e ) : void

Method Details

DateTimePickerEx() public method

public DateTimePickerEx ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OnLayout() protected method

protected OnLayout ( LayoutEventArgs levent ) : void
levent LayoutEventArgs
return void

OnSelectedDateTimeChanged() protected method

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

SetBoundsCore() protected method

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
return void