C# Class Habanero.Faces.Win.DateTimePickerWin

Represents a DateTimePicker control
Inheritance: System.Windows.Forms.DateTimePicker, IDateTimePicker
Show file Open project: Chillisoft/habanero.faces Class Usage Examples

Private Properties

Property Type Description
GetMaxTextSize System.Drawing.Size
NullDisplayBoxCustomization void
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

Public Methods

Method Description
DateTimePickerWin ( IControlFactory controlFactory ) : System

Constructor for DateTimePickerWin

Protected Methods

Method Description
OnBackColorChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.BackColorChanged event.

OnClick ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.Control.Click event.

OnEnabledChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.EnabledChanged event.

OnForeColorChanged ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.ForeColorChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.GotFocus event.

OnKeyDown ( KeyEventArgs e ) : void

Raises the E:System.Windows.Forms.Control.KeyDown event.

OnLostFocus ( EventArgs e ) : void

Raises the E:System.Windows.Forms.Control.LostFocus event.

OnResize ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.Control.Resize event.

OnValueChanged ( EventArgs eventargs ) : void

Raises the E:System.Windows.Forms.DateTimePicker.ValueChanged event.

Private Methods

Method Description
GetMaxTextSize ( ) : Size
NullDisplayBoxCustomization ( ILabel label ) : void
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

Method Details

DateTimePickerWin() public method

Constructor for DateTimePickerWin
public DateTimePickerWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

OnBackColorChanged() protected method

Raises the E:System.Windows.Forms.Control.BackColorChanged event.
protected OnBackColorChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnClick() protected method

Raises the E:System.Windows.Forms.Control.Click event.
protected OnClick ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
return void

OnEnabledChanged() protected method

Raises the E:System.Windows.Forms.Control.EnabledChanged event.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnForeColorChanged() protected method

Raises the E:System.Windows.Forms.Control.ForeColorChanged event.
protected OnForeColorChanged ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnGotFocus() protected method

Raises the E:System.Windows.Forms.Control.GotFocus event.
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnKeyDown() protected method

Raises the E:System.Windows.Forms.Control.KeyDown event.
protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs A that contains the event data.
return void

OnLostFocus() protected method

Raises the E:System.Windows.Forms.Control.LostFocus event.
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void

OnResize() protected method

Raises the E:System.Windows.Forms.Control.Resize event.
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
return void

OnValueChanged() protected method

Raises the E:System.Windows.Forms.DateTimePicker.ValueChanged event.
protected OnValueChanged ( EventArgs eventargs ) : void
eventargs System.EventArgs An that contains the event data.
return void