C# Class Habanero.Faces.VWG.DateTimePickerVWG

Represents a DateTimePicker control
Inheritance: DateTimePicker, IDateTimePicker
Mostrar archivo Open project: Chillisoft/habanero.faces

Private Properties

Property Type Description
ObserveGlobalUIHints void
SetGlobalDefaultFormat void

Public Methods

Method Description
DateTimePickerVWG ( IControlFactory controlFactory ) : System

Constructs the DateTimePickerVWG

Protected Methods

Method 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

Method Description
ObserveGlobalUIHints ( ) : void
SetGlobalDefaultFormat ( ) : void

Method Details

DateTimePickerVWG() public method

Constructs the DateTimePickerVWG
public DateTimePickerVWG ( IControlFactory controlFactory ) : System
controlFactory IControlFactory
return System

OnClick() protected method

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

OnEnabledChanged() protected method

Raises the OnEnabledChanged.
protected OnEnabledChanged ( EventArgs e ) : void
e System.EventArgs
return void

OnForeColorChanged() protected method

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

OnGotFocus() protected method

Raises the OnGotFocus
protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnKeyDown() protected method

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

OnLostFocus() protected method

Raises the OnLostFocus
protected OnLostFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnResize() protected method

Resize the manager
protected OnResize ( EventArgs eventargs ) : void
eventargs System.EventArgs
return void

OnValueChanged() protected method

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