The control enables to select a Color in a droped down panel
ColorComboBox

Namespace: Dapfor.Wpf.Controls
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

C#
public class ColorComboBox : ComboBox, 
	IComponentConnector, IStyleConnector
Visual Basic
Public Class ColorComboBox
	Inherits ComboBox
	Implements IComponentConnector, IStyleConnector
Visual C++
public ref class ColorComboBox : public ComboBox, 
	IComponentConnector, IStyleConnector
F#
type ColorComboBox =  
    class
        inherit ComboBox
        interface IComponentConnector
        interface IStyleConnector
    end

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ItemsControl
                System.Windows.Controls.Primitives..::..Selector
                  System.Windows.Controls..::..ComboBox
                    Dapfor.Wpf.Controls..::..ColorComboBox

See Also