C# Class Habanero.Faces.Win.DateTimePickerWin

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

Private Properties

Свойство Type Description
GetMaxTextSize System.Drawing.Size
NullDisplayBoxCustomization void
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

Méthodes publiques

Méthode Description
DateTimePickerWin ( IControlFactory controlFactory ) : System

Constructor for DateTimePickerWin

Méthodes protégées

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

Méthode Description
GetMaxTextSize ( ) : Size
NullDisplayBoxCustomization ( ILabel label ) : void
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

Method Details

DateTimePickerWin() public méthode

Constructor for DateTimePickerWin
public DateTimePickerWin ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

OnBackColorChanged() protected méthode

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

OnClick() protected méthode

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

OnEnabledChanged() protected méthode

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

OnForeColorChanged() protected méthode

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

OnGotFocus() protected méthode

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

OnKeyDown() protected méthode

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.
Résultat void

OnLostFocus() protected méthode

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

OnResize() protected méthode

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

OnValueChanged() protected méthode

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