C# Class ScreenToGif.Controls.NumericTextBox

Inheritance: System.Windows.Controls.TextBox
显示文件 Open project: dbremner/ScreenToGif

Public Properties

Property Type Description
IsBoundProperty System.Windows.DependencyProperty
IsHexProperty System.Windows.DependencyProperty
MaxValueProperty System.Windows.DependencyProperty
MinValueProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IsTextDisallowed bool
NumericTextBox System
NumericTextBox_ValueChanged void
PastingEvent void
RaiseValueChangedEvent void
TextBox_MouseWheel void
TextBox_PreviewTextInput void
TextBox_TextChanged void

Public Methods

Method Description
OnApplyTemplate ( ) : void

Private Methods

Method Description
IsTextDisallowed ( string text ) : bool
NumericTextBox ( ) : System
NumericTextBox_ValueChanged ( object sender, RoutedEventArgs e ) : void
PastingEvent ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
RaiseValueChangedEvent ( ) : void
TextBox_MouseWheel ( object sender, System.Windows.Input.MouseWheelEventArgs e ) : void
TextBox_PreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
TextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

IsBoundProperty public_oe static_oe property

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

IsHexProperty public_oe static_oe property

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

MaxValueProperty public_oe static_oe property

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

MinValueProperty public_oe static_oe property

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

ValueChangedEvent public_oe static_oe property

Create a custom routed event by first registering a RoutedEventID, this event uses the bubbling routing strategy.
public static RoutedEvent,System.Windows ValueChangedEvent
return System.Windows.RoutedEvent

ValueProperty public_oe static_oe property

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