C1.WPF.Input Namespace / C1MaskedTextBox Class
Members

C1MaskedTextBox Class
Represents a control that uses a mask to prevent users from entering invalid data.
Object Model
C1MaskedTextBox Class
Syntax
'Declaration
 
<C1ControlAttribute(NeedsInitializeStatic=True, SetDefaultStyleKey=False)>
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<C1TemplatePartAttribute(Name="Placeholder", Type=System.Windows.Controls.TextBlock)>
<C1VisualStateAttribute(Name="Focused", 
   GroupName="Focus", 
   Condition="IsFocused")>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.WPF.Input.C1ValidationDecorator)>
<TemplatePartAttribute(Name="Placeholder", Type=System.Windows.Controls.TextBlock)>
<TemplateVisualStateAttribute(Name="Focused", GroupName="FocusStates")>
<LocalizabilityAttribute(LocalizationCategory.Text)>
<ContentPropertyAttribute("Text")>
<XmlLangPropertyAttribute("Language")>
<UsableDuringInitializationAttribute(True)>
<RuntimeNamePropertyAttribute("Name")>
<UidPropertyAttribute("Uid")>
<TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
<NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
Public Class C1MaskedTextBox 
   Inherits C1TextBox
 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.Primitives.TextBoxBase
                        System.Windows.Controls.TextBox
                                 C1.WPF.Input.C1MaskedTextBox

See Also