Class | Description |
---|---|
ControlDesigner | This is the base designer class for all server controls. |
DataBindingCollectionConverter | Provides conversion functions for data binding collections. |
DataBindingCollectionEditor | Provides editing functions for data binding collections. |
DataSourceConverter | Provides design-time support for a component's data source property. |
DHTMLBehavior | This provides the default (attached) behavior functionality for all HtmlControl designers. |
HtmlControlDesigner | This is the base designer class for all server/ASP controls. |
ImageUrlEditor | [To be supplied.] |
ReadWriteControlDesigner | This is the base designer class for all read-write server controls. |
SourceViewEventSink | This implements the ISourceViewEventSink event interface. |
TemplatedControlDesigner | This is the base class for all server control designers that are template-based. |
TemplateEditingFrame | This represents the frame that contains the individual templates for a particular templated control designer. |
UnitConverter | Specifies an interface to be overridden to provide unit conversion services. The base unit converter class. |
UrlEditor | This is an editor for visually picking an URL |
UserControlDesigner | This is the base designer class for all namespaced/custom server controls. |
WebControlDesigner | Provides designer extensions for web controls. This is the base designer class for web controls. |
WebControlPersister | This class provides helpers used in persisting WebControls. |
XmlUrlEditor | [To be supplied.] |
Interface | Description |
---|---|
ISourceViewEventSink | Provides a queue for events generated while working in source view. |
IWebFormsBuilderService | This service provides functionality to control designers that require launching of various builders such as the HTML Color Picker and URL Picker. |
IWebFormsControlDesigner | Provides an interface for retrieving the source event sink for a Web Forms control designer. |
IWebFormsDesigner | This is a top level designer specific to the Web Forms UI model. |
IWebFormservices | Provides designer and element ID services for Web Forms designers. |