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

Inheritance: DateTimeUpDown
Exibir arquivo Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
IsOpenProperty System.Windows.DependencyProperty

Public Methods

Method Description
DateTimePickerBase ( ) : System
OnApplyTemplate ( ) : void

Protected Methods

Method 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

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

Method Details

ClosePopup() protected method

protected ClosePopup ( bool isFocusOnTextBox ) : void
isFocusOnTextBox bool
return void

DateTimePickerBase() public method

public DateTimePickerBase ( ) : System
return System

HandleKeyDown() protected method

protected HandleKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
sender object
e System.Windows.Input.KeyEventArgs
return void

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

OnIsOpenChanged() protected method

protected OnIsOpenChanged ( bool oldValue, bool newValue ) : void
oldValue bool
newValue bool
return void

Popup_Opened() protected method

protected Popup_Opened ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

IsOpenProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsOpenProperty
return System.Windows.DependencyProperty