IWebFormsBuilderUIService

IWebFormsBuilderUIService

System.Web.UI.Design (system.design.dll)interface

This interface defines methods that can be used to launch a custom System.Drawing.Design.UITypeEditor object for assigning URLs (BuildUrl( )) or colors (BuildColor( )).

public interface IWebFormsBuilderUIService {
// Public Instance Methods
   public string BuildColor(System.Windows.Forms.Control owner, string initialColor);
   public string BuildUrl(System.Windows.Forms.Control owner, string initialUrl, string baseUrl, 
        string caption, string filter, UrlBuilderOptions options);
}


    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