Class DropDownColorPicker
Inheritance
System.Object
DropDownColorPicker
Namespace: Telerik.Windows.Controls.RichTextBoxUI.ColorPickers
Assembly: Telerik.Windows.Controls.RichTextBoxUI.dll
Syntax
public class DropDownColorPicker : UserControl
Constructors
DropDownColorPicker()
Declaration
public DropDownColorPicker()
Fields
SelectedColorProperty
Declaration
public static readonly DependencyProperty SelectedColorProperty
Field Value
System.Windows.DependencyProperty
|
Properties
SelectedColor
Declaration
public Color SelectedColor { get; set; }
Property Value
System.Windows.Media.Color
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
OnSelectedColorChanged()
Declaration
protected virtual void OnSelectedColorChanged()
SelectedColorChangedCallback(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
public static void SelectedColorChangedCallback(DependencyObject sender, DependencyPropertyChangedEventArgs e)
Parameters
System.Windows.DependencyObject
sender
|
System.Windows.DependencyPropertyChangedEventArgs
e
|
Events
SelectedColorChanged
Declaration
public event EventHandler SelectedColorChanged
Event Type
System.EventHandler
|