C# Class Naylah.Toolkit.UWP.Behaviors.NumericTextBoxBehavior

Inheritance: Windows.UI.Xaml.DependencyObject, IBehavior
Afficher le fichier Open project: NaylahProject/Naylah.Toolkit.UWP

Méthodes publiques

Свойство Type Description
NumericDecimalValueProperty Windows.UI.Xaml.DependencyProperty
NumericFormatProperty Windows.UI.Xaml.DependencyProperty
TypeProperty Windows.UI.Xaml.DependencyProperty

Méthodes publiques

Méthode Description
Attach ( DependencyObject associatedObject ) : void
Detach ( ) : void
GetCleanNumberStack ( ) : string
SetTexts ( string text ) : void

Private Methods

Méthode Description
AddNumberStack ( int num ) : void
AssociatedObjectAsTextBox_KeyDown ( object sender, KeyRoutedEventArgs e ) : void
AssociatedObjectAsTextBox_TextChanged ( object sender, TextChangedEventArgs e ) : void
GetDigitBykey ( VirtualKey key ) : int?
GetNumericNumberFormated ( ) : string
NumericValueChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
RemoveNumberStack ( ) : void
SetStackNumberToNumeric ( string nv ) : void
TypeChangedCallback ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

Attach() public méthode

public Attach ( DependencyObject associatedObject ) : void
associatedObject Windows.UI.Xaml.DependencyObject
Résultat void

Detach() public méthode

public Detach ( ) : void
Résultat void

GetCleanNumberStack() public méthode

public GetCleanNumberStack ( ) : string
Résultat string

SetTexts() public méthode

public SetTexts ( string text ) : void
text string
Résultat void

Property Details

NumericDecimalValueProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml NumericDecimalValueProperty
Résultat Windows.UI.Xaml.DependencyProperty

NumericFormatProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml NumericFormatProperty
Résultat Windows.UI.Xaml.DependencyProperty

TypeProperty public_oe static_oe property

public static DependencyProperty,Windows.UI.Xaml TypeProperty
Résultat Windows.UI.Xaml.DependencyProperty