SaaS CMS has officially launched! Learn more now.

Class PropertyColorControl

Property control that creates a drop down list with standard colors.

Inheritance
System.Object
PropertyColorControl
Implements
System.Web.UI.INamingContainer
Inherited Members
Namespace: EPiServer.Web.PropertyControls
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
public class PropertyColorControl : PropertySelectControlBase, IPropertyControl, INamingContainer, IRenderSettings
Remarks

The list is populated from the struct System.Drawing.Color.

Constructors

PropertyColorControl()

Declaration
public PropertyColorControl()

Methods

SetupEditControls()

Used to apply a custom setup to the edit controls.

Declaration
protected override void SetupEditControls()
Overrides
Remarks

This method is called from CreateEditControls after the edit control(s) have been created.

Implements

System.Web.UI.INamingContainer

Extension Methods