Calendar for WinForms | ComponentOne
C1.Win.C1Input Namespace / C1TextBox Class
Members

In This Topic
    C1TextBox Class
    In This Topic
    The main data bound control used for entering and editing information in a text form. Supports data formatting for all data types, including special features for date-time formats. Also supports edit mask, data validation and other features.
    Object Model
    C1TextBox Class
    Syntax
    'Declaration
     
    
    Public Class C1TextBox 
       Inherits System.Windows.Forms.TextBox
    public class C1TextBox : System.Windows.Forms.TextBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.TextBoxBase
                   System.Windows.Forms.TextBox
                      C1.Win.C1Input.C1TextBox
                         C1.Win.C1Input.C1DropDownControl

    See Also