C# Class SystemEx.Windows.Forms.DateTimePickerEx

Afficher le fichier Open project: pvginkel/SystemEx

Private Properties

Свойство Type Description
ForceHeight void
InitializeComponent void
_dateTimePicker_ValueChanged void
_timePicker_SelectedTimeChanged void
timePicker_SizeChanged void

Méthodes publiques

Méthode Description
DateTimePickerEx ( ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

public DateTimePickerEx ( ) : System
Résultat System

Dispose() protected méthode

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

OnLayout() protected méthode

protected OnLayout ( LayoutEventArgs levent ) : void
levent LayoutEventArgs
Résultat void

OnSelectedDateTimeChanged() protected méthode

protected OnSelectedDateTimeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

SetBoundsCore() protected méthode

protected SetBoundsCore ( int x, int y, int width, int height, BoundsSpecified specified ) : void
x int
y int
width int
height int
specified BoundsSpecified
Résultat void