C# Class HYPDM.WinUI.DefineControl.DateTimePickerExt

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

Private Properties

Свойство Type Description
SetNullText void

Méthodes publiques

Méthode Description
DateTimePickerExt ( ) : System

Méthodes protégées

Méthode Description
OnCloseUp ( EventArgs eventargs ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnValueChanged ( EventArgs eventargs ) : void

Private Methods

Méthode Description
SetNullText ( ) : void

设置空字符显示

Method Details

DateTimePickerExt() public méthode

public DateTimePickerExt ( ) : System
Résultat System

OnCloseUp() protected méthode

protected OnCloseUp ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnValueChanged() protected méthode

protected OnValueChanged ( EventArgs eventargs ) : void
eventargs System.EventArgs
Résultat void