C# Class Xceed.Wpf.Toolkit.Primitives.DateTimePickerBase

Inheritance: DateTimeUpDown
Afficher le fichier Open project: Gainedge/BetterExplorer Class Usage Examples

Méthodes publiques

Свойство Type Description
IsOpenProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
DateTimePickerBase ( ) : System
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
ClosePopup ( bool isFocusOnTextBox ) : void
HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
Popup_Opened ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
OnIsOpenChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMouseDownOutsideCapturedElement ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

ClosePopup() protected méthode

protected ClosePopup ( bool isFocusOnTextBox ) : void
isFocusOnTextBox bool
Résultat void

DateTimePickerBase() public méthode

public DateTimePickerBase ( ) : System
Résultat System

HandleKeyDown() protected méthode

protected HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnIsOpenChanged() protected méthode

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
Résultat void

Popup_Opened() protected méthode

protected Popup_Opened ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

IsOpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOpenProperty
Résultat System.Windows.DependencyProperty