C# Class NDG.Helpers.Controls.MaskedBox

Inheritance: System.Windows.Controls.Control
Exibir arquivo Open project: nokiadatagathering/WP7-Official

Public Properties

Property Type Description
EndTextProperty System.Windows.DependencyProperty
MaskedTextProperty System.Windows.DependencyProperty
StartTextProperty System.Windows.DependencyProperty
StartTextsProperty System.Windows.DependencyProperty

Public Methods

Method Description
Focus ( ) : void
MaskedBox ( ) : System.Collections.Generic
OnApplyTemplate ( ) : void

Private Methods

Method Description
CheckForEndText ( ) : void
CheckForMaskedText ( ) : void
CheckForStartText ( ) : void
CheckForStartTexts ( ) : void
OnEndTextChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMaskedTextChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSampleTextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
OnStartTextChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnStartTextTap ( object sender, GestureEventArgs e ) : void
OnStartTextsChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

Focus() public method

public Focus ( ) : void
return void

MaskedBox() public method

public MaskedBox ( ) : System.Collections.Generic
return System.Collections.Generic

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

Property Details

EndTextProperty public_oe static_oe property

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

MaskedTextProperty public_oe static_oe property

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

StartTextProperty public_oe static_oe property

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

StartTextsProperty public_oe static_oe property

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