This documentation is archived and is not being maintained.

WebFormsRootDesigner Methods

The WebFormsRootDesigner type exposes the following members.

  NameDescription
Public method AddClientScriptToDocument When overridden in a derived class, adds a client script element to the current Web Forms page.
Public method AddControlToDocument When overridden in a derived class, adds a Web server control to the Web Forms page.
Protected method CreateDesignerActionService Returns a design-time DesignerActionService object.
Protected method CreateUrlResolutionService Returns an IUrlResolutionService that resolves relative URLs.
Protected method Dispose Releases the unmanaged resources that are used by the WebFormsRootDesigner and optionally releases the managed resources.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Frees the resources of the current WebFormsRootDesigner object before it is reclaimed by the garbage collector. (Overrides Object::Finalize().)
Public method GenerateEmptyDesignTimeHtml Generates empty HTML markup for a control at design time.
Public method GenerateErrorDesignTimeHtml Generates HTML markup that is used to display an error message at design time by using the specified control, exception, and message.
Public method GetClientScriptsInDocument When overridden in a derived class, returns a ClientScriptItemCollection object that contains all client script items that are on the page.
Protected method GetControlViewAndTag When overridden in a derived class, returns both the current design-time view and the HTML markup for the specified control.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Returns the requested service.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method GetView Returns a view object that is determined by the provided ViewTechnology object.
Public method Initialize Initializes the WebFormsRootDesigner object using the specified component.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Protected method OnLoadComplete Raises the LoadComplete event when the Web Forms page is completely loaded.
Protected method PostFilterAttributes Allows a designer to change or remove items from the set of attributes that the designer exposes through a TypeDescriptor object.
Protected method PostFilterEvents Allows a designer to change or remove items from the set of events that the designer exposes through a TypeDescriptor object.
Protected method PostFilterProperties Allows a designer to change or remove items from the set of properties that the designer exposes through a TypeDescriptor object.
Protected method PreFilterAttributes Allows a designer to add to the set of attributes that the designer exposes through a TypeDescriptor object.
Protected method PreFilterEvents Allows a designer to add items to the set of events that the designer exposes through a TypeDescriptor object.
Protected method PreFilterProperties Allows a designer to add items to the set of properties that the designer exposes through a TypeDescriptor object.
Public method RemoveClientScriptFromDocument Removes the specified client script from the document at design time.
Public method RemoveControlFromDocument When overridden in a derived class, removes the specified control from the Web Forms page.
Public method ResolveUrl Converts a relative URL into a fully qualified URL.
Public method SetControlID Sets the ID property of the specified control with the specified string.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method IDisposable::Dispose For a description of this member, see Dispose.
Explicit interface implemetation Private method IDesigner::DoDefaultAction For a description of this member, see IDesigner::DoDefaultAction.
Explicit interface implemetation Private method IRootDesigner::GetView For a description of this member, see IRootDesigner::GetView(ViewTechnology).
Explicit interface implemetation Private method IDesignerFilter::PostFilterAttributes Infrastructure. For a description of this member, see IDesignerFilter::PostFilterAttributes.
Explicit interface implemetation Private method IDesignerFilter::PostFilterEvents Infrastructure. For a description of this member, see IDesignerFilter::PostFilterEvents.
Explicit interface implemetation Private method IDesignerFilter::PostFilterProperties Infrastructure. For a description of this member, see IDesignerFilter::PostFilterProperties.
Explicit interface implemetation Private method IDesignerFilter::PreFilterAttributes Infrastructure. For a description of this member, see IDesignerFilter::PreFilterAttributes.
Explicit interface implemetation Private method IDesignerFilter::PreFilterEvents Infrastructure. For a description of this member, see IDesignerFilter::PreFilterEvents.
Explicit interface implemetation Private method IDesignerFilter::PreFilterProperties Infrastructure. For a description of this member, see IDesignerFilter::PreFilterProperties.
Top
Show: