Share via


ColorPicker Class

Definition

Interaction logic for ColorPicker.xaml

public ref class ColorPicker : System::Windows::Controls::UserControl, System::Windows::Markup::IComponentConnector
public class ColorPicker : System.Windows.Controls.UserControl, System.Windows.Markup.IComponentConnector
type ColorPicker = class
    inherit UserControl
    interface IComponentConnector
Public Class ColorPicker
Inherits UserControl
Implements IComponentConnector
Inheritance
ColorPicker
Implements

Constructors

ColorPicker()

Initializes a new instance of the ColorPicker class and then sets up the bright and dim colors

Properties

CurrentColor

Gets or sets the current selected color

Methods

InitializeComponent()

InitializeComponent

Events

ColorChanged

This event is raised to indicate that the current color has changed

Explicit Interface Implementations

IComponentConnector.Connect(Int32, Object)

Applies to