June 2002
Intermediate to advanced
816 pages
28h 12m
English
IWebFormsBuilderUIService
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
Read now
Unlock full access