C# Class Habanero.Faces.Win.DateTimePickerControllerWin

Provides utilities to control how a DateTimePicker appears and behaves
Show file Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description
ApplyBlankFormat bool
ApplyValueFormat bool
DateTimePicker_ColorChanged void
DateTimePicker_GotFocus void
DateTimePicker_KeyDown void
DateTimePicker_LostFocus void
DateTimePicker_MouseUp void
DateTimePicker_Resize void
DateTimePicker_ValueChanged void
FireValueChanged void
GetControlProp object
IsNull bool
ResizeDisplayBox void
SetControlProp void
SetupDisplayBox void
UpdateFocusState void

Public Methods

Method Description
DateTimePickerControllerWin ( Control dateTimePicker ) : System

Initialises a new instance of a DateTimePickerController.

Private Methods

Method Description
ApplyBlankFormat ( ) : bool
ApplyValueFormat ( ) : bool
DateTimePicker_ColorChanged ( object sender, EventArgs e ) : void
DateTimePicker_GotFocus ( object sender, EventArgs e ) : void
DateTimePicker_KeyDown ( object sender, KeyEventArgs e ) : void
DateTimePicker_LostFocus ( object sender, EventArgs e ) : void
DateTimePicker_MouseUp ( object sender, MouseEventArgs e ) : void
DateTimePicker_Resize ( object sender, EventArgs e ) : void
DateTimePicker_ValueChanged ( object sender, EventArgs e ) : void
FireValueChanged ( ) : void
GetControlProp ( PropertyInfo propertyInfo ) : object
IsNull ( ) : bool
ResizeDisplayBox ( ) : void
SetControlProp ( PropertyInfo propertyInfo, object value ) : void
SetupDisplayBox ( ) : void
UpdateFocusState ( ) : void

Method Details

DateTimePickerControllerWin() public method

Initialises a new instance of a DateTimePickerController.
public DateTimePickerControllerWin ( Control dateTimePicker ) : System
dateTimePicker System.Windows.Forms.Control The DateTimePicker control(can be any implementation)
return System