MindFusion.UI for WebForms Programmer's Guide

ColorEditor Class

Remarks See Also
 





Represents a customizable web color editor control.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public class ColorEditor : CompositeControl, IScriptControl, IPostBackDataHandler

Visual Basic  Copy Code

Public Class ColorEditor
    Inherits CompositeControl
    Implements IScriptControl, IPostBackDataHandler

 Remarks

For additional information on how to use the control, please refer to the ColorEditor topic in the Using the controls section.

 Inheritance Hierarchy

System.Object
    System.Web.UI.Control
        System.Web.UI.WebControls.WebControl
            System.Web.UI.WebControls.CompositeControl
                MindFusion.UI.Web.ColorEditor

 See Also