Class TransparentColorBox
A transparent color box where semi-transparent colors can be shown
Inherited Members
Namespace: Telerik.WinControls.UI.RadColorPicker
Assembly: Telerik.WinControls.UI.dll
Syntax
[ComVisible(false)]
public class TransparentColorBox : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
TransparentColorBox()
Declaration
public TransparentColorBox()
Properties
BackColor
Gets or sets the color shown in the box
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
Methods
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|