Ribbon for WinForms | ComponentOne
C1.Design Namespace / ColorPickerControl Class
Members

In This Topic
    ColorPickerControl Class
    In This Topic
    Represents the dropdown editor for Color type.
    Syntax
    'Declaration
     
    
    Public Class ColorPickerControl 
       Inherits System.Windows.Forms.ComboBox
    public class ColorPickerControl : System.Windows.Forms.ComboBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ListControl
                   System.Windows.Forms.ComboBox
                      C1.Design.ColorPickerControl

    See Also