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

In This Topic
    C1TextBoxBase Class
    In This Topic
    Implements the basic functionality of the textbox control.
    Object Model
    C1TextBoxBase ClassButtonsSettings ClassFormatInfo ClassFormatInfo ClassErrorInfo ClassParseInfo ClassPostValidation ClassPreValidation Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class C1TextBoxBase 
       Inherits C1InputHost
       Implements C1.Framework.IView, ITextBoxBase 
    public abstract class C1TextBoxBase : C1InputHost, C1.Framework.IView, ITextBoxBase  
    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
                            C1.Win.Input.C1NumericEdit
                            C1.Win.Input.C1TextBox

    See Also