MindFusion.UI for WebForms Programmer's Guide

ColorEditor Members

Constructors Properties Methods Events
 


Represents a customizable web color editor control.

The following tables list the members exposed by the ColorEditor type.

 Public Constructors

  Name Description

ColorEditor

Initializes a new instance of the ColorEditor class.

 Public Properties

  Name Description

AutoPostBack

Gets or sets a value indicating whether the control will post back to the server when the selection has changed.

ColorChangedScript

Gets or sets the name of a JavaScript function that should be invoked when the selected color changes

ControlLoadedScript

Gets or sets the name of a JavaScript function that should be invoked when the control is loaded.

ControlSubmitScript

Gets or sets the name of a JavaScript function that should be invoked when the control's apply button is clicked.

PaletteMode

Gets or sets a value that specifies the palette.

SelectedColor

Gets or sets the selected color.

ShowButton

Gets or sets a value indicating whether the apply button is visible

Theme

Gets or sets the theme applied to the control's UI elements.

 Protected Properties

  Name Description

TagKey

WebControl.TagKey override.

 Public Methods

  Name Description

LoadPostData

When implemented by a derived class, processes postback data for an ASP.NET server control.

RaisePostBackEvent

When implemented by a derived class, enables a server control to process an event raised when a form is posted to the server.

RaisePostDataChangedEvent

When implemented by a derived class in the server control notifies the ASP.NET application that the state of the control has changed.

 Protected Methods

  Name Description

CreateChildControls

Control.CreateChildControls override.

OnColorChanged

Raises the ColorChanged event.

OnPreRender

Control.OnPreRender override.

Render

WebControl.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

ColorChanged

Raised when the selected color has changed.

 See Also