C# Class NetIde.Util.Forms.DateTimePicker

Inheritance: System.Windows.Forms.DateTimePicker
Afficher le fichier Open project: netide/netide

Private Properties

Свойство Type Description
SetFormat void
SetToDateTimeValue void
SetToNullValue void

Méthodes publiques

Méthode Description
DateTimePicker ( ) : System

Default Constructor

Méthodes protégées

Méthode Description
OnKeyUp ( KeyEventArgs e ) : void

This member overrides Control.OnKeyDown.

OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
WndProc ( Message &m ) : void

This member overrides Control.WndProc.

Private Methods

Méthode Description
SetFormat ( ) : void

Sets the format according to the current DateTimePickerFormat.

SetToDateTimeValue ( ) : void

Sets the DateTimePicker back to a non null value.

SetToNullValue ( ) : void

Sets the DateTimePicker to the value of the NullValue property.

Method Details

DateTimePicker() public méthode

Default Constructor
public DateTimePicker ( ) : System
Résultat System

OnKeyUp() protected méthode

This member overrides Control.OnKeyDown.
protected OnKeyUp ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( PreviewKeyDownEventArgs e ) : void
e System.Windows.Forms.PreviewKeyDownEventArgs
Résultat void

WndProc() protected méthode

This member overrides Control.WndProc.
protected WndProc ( Message &m ) : void
m Message
Résultat void