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); }


ASP. NET in a Nutshell
ASP.NET in a Nutshell, Second Edition
ISBN: 0596005202
EAN: 2147483647
Year: 2003
Pages: 873

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net