MindFusion.UI for WebForms Programmer's Guide

ColorPicker Members

Constructors Properties Methods Events
 


Represents a color picker control.

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

 Public Constructors

  Name Description

ColorPicker

Initializes a new instance of the ColorPicker class.

 Public Properties

  Name Description

AutoPostBack

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

ControlLoadedScript

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

Height

Gets or sets the height of the control.

PopupAlignRight

Gets or sets a value indicating whether the popup color table should align to the right side of the control.

PopupAlignTop

Gets or sets a value indicating whether the popup color table should align to the upper side of the control.

PopupClosingScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be closed.

PopupOpeningScript

Gets or sets the name of a JavaScript function that should be invoked when the control's popup is about to be opened.

Preset

Gets or sets the available preset colors in the popup.

ShowButton

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

SubmitOnEnter

Gets or sets a value indicating whether the control will submit the form on pressing the Enter key.

TextAlignment

Gets or sets the alignment of the text inside the control.

Theme

Gets or sets the theme applied to the control.

Value

Gets or sets the value of the control.

ValueChangedScript

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

Width

Gets or sets the width of the control.

 Public Methods

  Name Description

LoadPostData

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

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

OnPreRender

Control.OnPreRender override.

OnValueChanged

Raises the ValueChanged event.

Render

Control.Render override.

RenderContents

WebControl.RenderContents override.

 Public Events

  Name Description

ValueChanged

Raised when the control's value has changed.

 See Also