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.Phone
Assembly:  C1.Phone (in C1.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public class C1MaskedTextBox : C1TextBoxBase
Visual Basic
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
Public Class C1MaskedTextBox _
	Inherits C1TextBoxBase
XAML Object Element Usage
<C1MaskedTextBox .../>

Inheritance Hierarchy

System..::..Object
  System.Windows..::..DependencyObject
    System.Windows..::..UIElement
      System.Windows..::..FrameworkElement
        System.Windows.Controls..::..Control
          System.Windows.Controls..::..TextBox
            C1.Phone..::..C1TextBoxBase
              C1.Phone..::..C1MaskedTextBox

See Also