C# Class ScreenToGif.Controls.DoubleBox

Inheritance: System.Windows.Controls.TextBox
Afficher le fichier Open project: dbremner/ScreenToGif

Méthodes publiques

Свойство Type Description
MaximumProperty System.Windows.DependencyProperty
MinimumProperty System.Windows.DependencyProperty
UpdateOnInputProperty System.Windows.DependencyProperty
ValueChangedEvent System.Windows.RoutedEvent
ValueProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description
IsEntryAllowed bool
IsEntryAllowedInContext bool
IsTextAllowed bool
OnLostFocus void
OnMaximumPropertyChanged void
OnMinimumPropertyChanged void
OnPasting void
OnPreviewTextInput void
OnTextChanged void
OnUpdateOnInputPropertyChanged void
OnValuePropertyChanged void

Méthodes publiques

Méthode Description
OnApplyTemplate ( ) : void
RaiseValueChangedEvent ( ) : void

Private Methods

Méthode Description
IsEntryAllowed ( TextBox textBox, string text ) : bool
IsEntryAllowedInContext ( TextBox textBox, string next ) : bool
IsTextAllowed ( string text ) : bool
OnLostFocus ( object sender, RoutedEventArgs e ) : void
OnMaximumPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinimumPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnPasting ( object sender, System.Windows.DataObjectPastingEventArgs e ) : void
OnPreviewTextInput ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void

Check and validade input based on the current text.

OnTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnUpdateOnInputPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnValuePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

RaiseValueChangedEvent() public méthode

public RaiseValueChangedEvent ( ) : void
Résultat void

Property Details

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

UpdateOnInputProperty public_oe static_oe property

public static DependencyProperty,System.Windows UpdateOnInputProperty
Résultat 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
Résultat System.Windows.RoutedEvent

ValueProperty public_oe static_oe property

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