C# Class ICSharpCode.WpfDesign.Designer.Controls.NumericUpDown

Inheritance: System.Windows.Controls.Control
Afficher le fichier Open project: icsharpcode/WpfDesigner

Méthodes publiques

Свойство Type Description
DecimalPlacesProperty System.Windows.DependencyProperty
LargeChangeProperty System.Windows.DependencyProperty
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
SmallChangeProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
CoerceValue double
MoveValue void
NumericUpDown System
Print void
SetInputValue void
SetValue void
downButton_Click void
drag_Changed void
drag_Completed void
drag_Started void
upButton_Click void

Méthodes publiques

Méthode Description
LargeDown ( ) : void
LargeUp ( ) : void
OnApplyTemplate ( ) : void
SmallDown ( ) : void
SmallUp ( ) : void

Méthodes protégées

Méthode Description
OnDragCompleted ( ) : void
OnDragStarted ( ) : void
OnLostFocus ( RoutedEventArgs e ) : void
OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
CoerceValue ( double newValue ) : double
MoveValue ( double delta ) : void
NumericUpDown ( ) : System
Print ( ) : void
SetInputValue ( ) : void
SetValue ( double newValue ) : void
downButton_Click ( object sender, RoutedEventArgs e ) : void
drag_Changed ( DragListener drag ) : void
drag_Completed ( DragListener drag ) : void
drag_Started ( DragListener drag ) : void
upButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

LargeDown() public méthode

public LargeDown ( ) : void
Résultat void

LargeUp() public méthode

public LargeUp ( ) : void
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnDragCompleted() protected méthode

protected OnDragCompleted ( ) : void
Résultat void

OnDragStarted() protected méthode

protected OnDragStarted ( ) : void
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( RoutedEventArgs e ) : void
e System.Windows.RoutedEventArgs
Résultat void

OnPreviewKeyDown() protected méthode

protected OnPreviewKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs
Résultat void

SmallDown() public méthode

public SmallDown ( ) : void
Résultat void

SmallUp() public méthode

public SmallUp ( ) : void
Résultat void

Property Details

DecimalPlacesProperty public_oe static_oe property

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

LargeChangeProperty public_oe static_oe property

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

MaximumProperty public_oe static_oe property

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

MinimumProperty public_oe static_oe property

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

SmallChangeProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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