Basic Library for WPF and Silverlight | ComponentOne
C1.Silverlight Namespace / C1MaskedTextBox Class
Members

In This Topic
    C1MaskedTextBox Class
    In This Topic
    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
    [EditorBrowsable(EditorBrowsableState.Always)]
    [TemplatePart(Name="RootElement", Type=System.Windows.FrameworkElement)]
    [TemplateVisualState(Name="Unwatermarked", GroupName="WatermarkStates")]
    [StyleTypedProperty(Property="ValidationDecoratorStyle", StyleTargetType=C1.Silverlight.C1ValidationDecorator)]
    public class C1MaskedTextBox : 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