C# Class Habanero.Faces.VWG.DateTimePickerVWG

Represents a DateTimePicker control
Inheritance: DateTimePicker, IDateTimePicker
Afficher le fichier Open project: Chillisoft/habanero.faces

Private Properties

Свойство Type Description
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

Méthodes publiques

Méthode Description
DateTimePickerVWG ( IControlFactory controlFactory ) : System

Constructs the DateTimePickerVWG

Méthodes protégées

Méthode Description
OnClick ( EventArgs eventargs ) : void

Handle On Click by the manager.

OnEnabledChanged ( EventArgs e ) : void

Raises the OnEnabledChanged.

OnForeColorChanged ( EventArgs e ) : void

Raises the ForeColorChanged event.

OnGotFocus ( EventArgs e ) : void

Raises the OnGotFocus

OnKeyDown ( KeyEventArgs e ) : void

Raises the event.

OnLostFocus ( EventArgs e ) : void

Raises the OnLostFocus

OnResize ( EventArgs eventargs ) : void

Resize the manager

OnValueChanged ( EventArgs eventargs ) : void

Raises the ValueChanged event.

Private Methods

Méthode Description
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

Method Details

DateTimePickerVWG() public méthode

Constructs the DateTimePickerVWG
public DateTimePickerVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
Résultat System

OnClick() protected méthode

Handle On Click by the manager.
protected OnClick ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

OnEnabledChanged() protected méthode

Raises the OnEnabledChanged.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnForeColorChanged() protected méthode

Raises the 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 OnGotFocus
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnKeyDown() protected méthode

Raises the event.
protected OnKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs A that contains the event data.
Résultat void

OnLostFocus() protected méthode

Raises the OnLostFocus
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnResize() protected méthode

Resize the manager
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

OnValueChanged() protected méthode

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