ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / C1ComboBox Class
Members

In This Topic
    C1ComboBox Class
    In This Topic
    Represents a composite control combining a textbox and a drop-down item list.
    Object Model
    C1ComboBox ClassButtonImages ClassDropDownForm ClassFormatInfo ClassDropDownForm ClassFormatInfo ClassErrorInfo ClassComboBoxItemList ClassMargins ClassMaskInfo ClassParseInfo ClassPostValidation ClassPreValidation ClassComboBoxStyle Class
    Syntax
    'Declaration
     
    
    Public Class C1ComboBox 
       Inherits C1DropDownControl
    public class C1ComboBox : C1DropDownControl 
    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
                            C1.Win.C1Input.C1ComboBox

    See Also