C# Class NumericEntry.NumericEntryControl

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

Public Properties

Property Type Description
IncrementProperty System.Windows.DependencyProperty
LargeIncrementProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueProperty System.Windows.DependencyProperty

Public Methods

Method Description
NumericEntryControl ( ) : System

Private Methods

Method 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 method

public NumericEntryControl ( ) : System
return System

Property Details

IncrementProperty public static property

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

LargeIncrementProperty public static property

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

MaxValueProperty public static property

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

MinValueProperty public static property

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

ValueProperty public static property

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