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.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
[LicenseProviderAttribute]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public class C1MaskedTextBox : C1TextBoxBase
Visual Basic
<LicenseProviderAttribute> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
Public Class C1MaskedTextBox _
	Inherits C1TextBoxBase

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..::..C1TextBoxBase
                    C1.WPF..::..C1MaskedTextBox

See Also