C# Class Xceed.Wpf.Toolkit.CalculatorUpDown

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

Méthodes publiques

Свойство Type Description
DisplayTextProperty System.Windows.DependencyProperty
EnterClosesCalculatorProperty System.Windows.DependencyProperty
IsOpenProperty System.Windows.DependencyProperty
MemoryProperty System.Windows.DependencyProperty
PrecisionProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void

Méthodes protégées

Méthode Description
OnIsOpenChanged ( bool oldValue, bool newValue ) : void
OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void

Private Methods

Méthode Description
CalculatorPopup_Opened ( object sender, EventArgs e ) : void
CalculatorUpDown ( ) : System
CloseCalculatorUpDown ( bool isFocusOnTextBox ) : void
OnCalculatorValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
OnIsOpenChanged ( DependencyObject o, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
OnMouseDownOutsideCapturedElement ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

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

OnTextInput() protected méthode

protected OnTextInput ( System.Windows.Input.TextCompositionEventArgs e ) : void
e System.Windows.Input.TextCompositionEventArgs
Résultat void

Property Details

DisplayTextProperty public_oe static_oe property

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

EnterClosesCalculatorProperty public_oe static_oe property

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

IsOpenProperty public_oe static_oe property

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

MemoryProperty public_oe static_oe property

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

PrecisionProperty public_oe static_oe property

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