WebFormsRootDesigner Members
.NET Framework 2.0
Provides a base class for the design-time functionality of a Web Forms page and allows access to and manipulation of components and controls that are contained within the Web Forms page at design time.
The following tables list the members exposed by the WebFormsRootDesigner type.
| Name | Description | |
|---|---|---|
| WebFormsRootDesigner | Initializes a new instance of the WebFormsRootDesigner class. |
(see also
Protected Properties
)
Top
| Name | Description | |
|---|---|---|
| Component | Gets or sets the component that this designer is designing. |
| CurrentCulture | Gets the culture information for the current thread. |
| DocumentUrl | When overridden in a derived class, gets the URL at which the Web Forms page is located. |
| IsDesignerViewLocked | When overridden in a derived class, gets a value indicating whether the designer view is locked. |
| IsLoading | When overridden in a derived class, gets a value indicating whether the Web Forms page is still loading. |
| ReferenceManager | When overridden in a derived class, gets a WebFormsReferenceManager object that has information about the current Web Forms page. |
| Name | Description | |
|---|---|---|
| SupportedTechnologies | Gets an array of technologies that the designer component can support for its display. |
| Verbs | Gets the design-time verbs that are supported by the designer. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| AddClientScriptToDocument | When overridden in a derived class, adds a client script element to the current Web Forms page. |
| AddControlToDocument | When overridden in a derived class, adds a Web server control to the Web Forms page. |
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GenerateEmptyDesignTimeHtml | Generates empty HTML markup for a control at design time. |
| GenerateErrorDesignTimeHtml | Generates HTML markup that is used to display an error message at design time by using the specified control, exception, and message. |
| GetClientScriptsInDocument | When overridden in a derived class, returns a ClientScriptItemCollection object that contains all client script items that are on the page. |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| Initialize | Initializes the WebFormsRootDesigner object using the specified component. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| RemoveClientScriptFromDocument | Removes the specified client script from the document at design time. |
| RemoveControlFromDocument | When overridden in a derived class, removes the specified control from the Web Forms page. |
| ResolveUrl | Converts a relative URL into a fully qualified URL. |
| SetControlID | Sets the ID property of the specified control with the specified string. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreateDesignerActionService | Returns a design-time DesignerActionService object. |
| CreateUrlResolutionService | Returns an IUrlResolutionService that resolves relative URLs. |
| Dispose | Releases the unmanaged resources that are used by the WebFormsRootDesigner and optionally releases the managed resources. |
| Finalize | Overridden. Frees the resources of the current WebFormsRootDesigner object before it is reclaimed by the garbage collector. |
| GetControlViewAndTag | When overridden in a derived class, returns both the current design-time view and the HTML markup for the specified control. |
| GetService | Returns the requested service. |
| GetView | Returns a view object that is determined by the provided ViewTechnology object. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| OnLoadComplete | Raises the LoadComplete event when the Web Forms page is completely loaded. |
| PostFilterAttributes | Allows a designer to change or remove items from the set of attributes that the designer exposes through a TypeDescriptor object. |
| PostFilterEvents | Allows a designer to change or remove items from the set of events that the designer exposes through a TypeDescriptor object. |
| PostFilterProperties | Allows a designer to change or remove items from the set of properties that the designer exposes through a TypeDescriptor object. |
| PreFilterAttributes | Allows a designer to add to the set of attributes that the designer exposes through a TypeDescriptor object. |
| PreFilterEvents | Allows a designer to add items to the set of events that the designer exposes through a TypeDescriptor object. |
| PreFilterProperties | Allows a designer to add items to the set of properties that the designer exposes through a TypeDescriptor object. |
Top
Show: