C# Class NumericEntry.NumericEntryControl

Interaction logic for NumericEntryControl.xaml
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: ADN-DevTech/3dsMax-Explode-Geometry

Méthodes publiques

Свойство Type Description
IncrementProperty System.Windows.DependencyProperty
LargeIncrementProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
NumericEntryControl ( ) : System

Private Methods

Méthode Description
DecrementValue ( ) : void
IncrementValue ( ) : void
IsNumericInput ( string text ) : bool
_textbox_GotFocus ( object sender, RoutedEventArgs e ) : void
_textbox_LostFocus ( object sender, RoutedEventArgs e ) : void
_textbox_PreviewKeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
_textbox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
_timer_Tick ( object sender, EventArgs e ) : void
buttonDecrement_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonDecrement_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonIncrement_PreviewMouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
buttonIncrement_PreviewMouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

NumericEntryControl() public méthode

public NumericEntryControl ( ) : System
Résultat System

Property Details

IncrementProperty public_oe static_oe property

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

LargeIncrementProperty public_oe static_oe property

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

MaxValueProperty public_oe static_oe property

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

MinValueProperty public_oe static_oe property

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

ValueProperty public_oe static_oe property

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