Name

IWebFormsBuilderUIService

Synopsis

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 Function BuildColor(
        ByVal owner As System.Windows.Forms.Control, 
        ByVal initialColor As String) As String  
   Public Function BuildUrl(
        ByVal owner As System.Windows.Forms.Control, 
        ByVal initialUrl As String, 
        ByVal baseUrl As String, ByVal caption As String, 
        ByVal filter As String, 
        ByVal options As UrlBuilderOptions) As String  
End Interface

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.