ComponentOne MultiSelect for WinForms
C1.Win.Input Namespace / C1MaskedTextBox Class
Members

In This Topic
    C1MaskedTextBox Class
    In This Topic
    Represents a Windows textbox control with a mask to distinguish between proper and improper user input.
    Object Model
    C1MaskedTextBox ClassButtonsSettings ClassFormatInfo ClassFormatInfo ClassErrorInfo ClassMaskInfo ClassParseInfo ClassPostValidation ClassPreValidation ClassTextBoxStyles Class
    Syntax
    'Declaration
     
    
    Public Class C1MaskedTextBox 
       Inherits C1.Win.Input.Base.C1TextBoxBase
       Implements C1.Framework.IView, C1.Win.IEmbeddedEditor, C1.Win.Input.Base.ITextBoxBase, IInputEditor 
    public class C1MaskedTextBox : C1.Win.Input.Base.C1TextBoxBase, C1.Framework.IView, C1.Win.IEmbeddedEditor, C1.Win.Input.Base.ITextBoxBase, IInputEditor  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                C1.Framework.XViewLight
                   C1.Win.Input.Base.C1InputControl
                      C1.Win.Input.Base.C1InputHost
                         C1.Win.Input.Base.C1TextBoxBase
                            C1.Win.Input.C1MaskedTextBox

    See Also