This documentation is archived and is not being maintained.
System.Web.UI.Design Namespace
.NET Framework 1.1
The System.Web.UI.Design namespace contains classes that can be used to extend design-time support for Web Forms.
Classes
| Class | Description |
|---|---|
| CalendarDataBindingHandler | Provides a data-binding handler for a calendar. |
| ColorBuilder | Provides an HTML color string builder at design time that allows a user to select a color. |
| ControlDesigner | Provides a base designer class for extending the design-time behavior of a Web server control. |
| ControlParser | Provides methods for creating a Web Server Control or ITemplate from a string of aspx code representing a persisted control or template. |
| ControlPersister | Provides methods for persisting Web server controls at design-time. |
| DataBindingCollectionConverter | Provides a type converter for DataBindingCollection objects. |
| DataBindingCollectionEditor | Provides a user interface for editing a collection of data bindings. |
| DataBindingHandler | Provides a base class for a data-binding handler. |
| DataFieldConverter | Provides a type converter that can retrieve a list of data fields from the current component's selected data source. |
| DataMemberConverter | Provides a type converter that can retrieve a list of data members from the current component's selected data source. |
| DataSourceConverter | Provides a type converter that can retrieve a list of data sources accessible to the current component. |
| DesignTimeData | Provides helper methods that can be used by control designers to generate sample data for data bound properties at design time. |
| HtmlControlDesigner | Provides basic design-time functionality for ASP.NET server controls. |
| HtmlIntrinsicControlDesigner | Provides a base designer for all intrinsic HTML controls. |
| HyperLinkDataBindingHandler | Provides a data-binding handler for a hyperlink property. |
| ImageUrlEditor | Provides a user interface for selecting a URL to an image. |
| ReadWriteControlDesigner | Extends design-time behavior for read/write server controls. |
| TemplatedControlDesigner | Extends design-time behavior for template-based server controls. |
| TemplateEditingVerb | Represents a designer verb that creates a template editing frame, and can only be invoked by a template editor. |
| TextControlDesigner | Extends design-time behavior for the ASP.NET Label and HyperLink server controls. |
| TextDataBindingHandler | Provides a data-binding handler for a data bound control at design-time. |
| UrlBuilder | Starts a URL editor that allows a user to select a URL. |
| UrlEditor | Provides a user interface for selecting a URL. |
| UserControlDesigner | Extends design-time behavior for Web user controls. |
| WebControlToolboxItem | Provides a base class for a Web server control ToolboxItem. |
| XmlFileEditor | Provides a user interface for selecting an XML file using a standard OpenFileDialog box. |
| XmlUrlEditor | Provides a user interface for selecting a URL that indicates the location of an XML file. |
| XslUrlEditor | Provides a user interface for selecting an URL that indicates the location of an XSL file. |
Interfaces
| Interface | Description |
|---|---|
| IControlDesignerBehavior | Enables the extension of specific behaviors of a control designer. |
| IDataSourceProvider | Defines an interface that a control designer can implement to provide access to a data source. |
| IHtmlControlDesignerBehavior | Defines an interface that enables the extension of specific behaviors of an HTML control designer. |
| ITemplateEditingFrame | Provides an interface to manage a template editing area. |
| ITemplateEditingService | Provides services for editing control templates at design time. |
| IWebFormReferenceManager | Provides an interface that can lookup information about the types used in the current Web Forms project. |
| IWebFormsBuilderUIService | Provides methods to start specific user interfaces for building properties at design-time. |
| IWebFormsDocumentService | Provides methods to access services for tracking the loading state of a Web Forms document, handling events at load time, accessing a document's location, managing a document's undo service, and setting a new selection within the document. |
Enumerations
| Enumeration | Description |
|---|---|
| UrlBuilderOptions | Defines identifiers for settings of a UrlBuilder. |
See Also
Show: