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

In This Topic
    C1BasePicker Class
    In This Topic
    Base class for C1ColorPicker and C1FontPicker controls.
    Syntax
    'Declaration
     
    
    Public Class C1BasePicker 
       Inherits C1DropDownControl
    public class C1BasePicker : 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.C1BasePicker
                               C1.Win.C1Input.C1ColorPicker
                               C1.Win.C1Input.C1FontPicker

    See Also