ComponentOne FinancialChart for WPF
C1MaskedTextBox Class
Members 



C1.WPF Namespace : 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.
Syntax
'Declaration
 
<EditorBrowsableAttribute()>
<LicenseProviderAttribute()>
Public Class C1MaskedTextBox 
   Inherits C1TextBoxBase
'Usage
 
Dim instance As C1MaskedTextBox
[EditorBrowsable()]
[LicenseProvider()]
public class C1MaskedTextBox : C1TextBoxBase 
[EditorBrowsable()]
[LicenseProvider()]
public ref class C1MaskedTextBox : public 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.C1MaskedTextBox

See Also

Reference

C1MaskedTextBox Members
C1.WPF Namespace