C1.Silverlight Namespace / C1MaskedTextBox Class
Members

C1MaskedTextBox Class
Represents a control that uses a mask to prevent users from entering invalid data. The C1MaskedTextBox is an editor that uses a mask to prevent end-users from entering invalid data.
Object Model
C1MaskedTextBox Class
Syntax
'Declaration
 
<EditorBrowsableAttribute(EditorBrowsableState.Always)>
<TemplatePartAttribute(Name="RootElement", Type=System.Windows.FrameworkElement)>
<TemplateVisualStateAttribute(Name="Unwatermarked", GroupName="WatermarkStates")>
<StyleTypedPropertyAttribute(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)>
Public Class C1MaskedTextBox 
   Inherits C1TextBoxBase
 
Inheritance Hierarchy

System.Object
   System.Windows.DependencyObject
      System.Windows.UIElement
         System.Windows.FrameworkElement
            System.Windows.Controls.Control
               System.Windows.Controls.TextBox
                     C1.Silverlight.C1MaskedTextBox

See Also