C# Class Signum.Windows.NumericTextBox

Inheritance: System.Windows.Controls.TextBox
Show file Open project: signumsoftware/framework

Public Properties

Property Type Description
LargeIncrementProperty System.Windows.DependencyProperty
NullableNumericConverterProperty System.Windows.DependencyProperty
SmallIncrementProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnPreviewKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
ConverterChanged ( object converter ) : void
NumericTextBox ( ) : System
NumericTextBox_Loaded ( object sender, RoutedEventArgs e ) : void

Method Details

OnPreviewKeyDown() protected method

protected OnPreviewKeyDown ( KeyEventArgs e ) : void
e KeyEventArgs
return void

Property Details

LargeIncrementProperty public static property

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

NullableNumericConverterProperty public static property

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

SmallIncrementProperty public static property

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

ValueChangedEvent public static property

public static RoutedEvent,System.Windows ValueChangedEvent
return System.Windows.RoutedEvent

ValueProperty public static property

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