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.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public class C1MaskedTextBox : C1TextBoxBase
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
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..::..C1TextBoxBase
              C1.Silverlight..::..C1MaskedTextBox

See Also