Class ColorListBox
Inherited Members
Namespace: Telerik.WinControls.UI.RadColorPicker
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class ColorListBox : RadListControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, ISupportRootUIAutomation
Constructors
ColorListBox()
Declaration
public ColorListBox()
Properties
ThemeClassName
Declaration
public override string ThemeClassName { get; }
Property Value
System.String
|
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
OnSelectedValueChanged(Object, Int32, Object, Object)
Declaration
protected override void OnSelectedValueChanged(object sender, int newIndex, object newValue, object oldValue)
Parameters
System.Object
sender
|
System.Int32
newIndex
|
System.Object
newValue
|
System.Object
oldValue
|
Overrides
Events
ColorChanged
Fires when the selected color has changed
Declaration
public event ColorChangedEventHandler ColorChanged
Event Type
ColorChangedEventHandler
|