ColorBuilder

ColorBuilder

System.Web.UI.Design (system.design.dll)sealed class

This class launches the graphical color editor you see when you modify a control property like System.Web.UI.WebControls.WebControl.ForeColor in the Properties Window. The shared BuildColor( ) method launches the color builder for the appropriate control.

public sealed class ColorBuilder {
// Public Static Methods
   public static string BuildColor(System.ComponentModel.IComponent component, 
        System.Windows.Forms.Control owner, string initialColor);
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace