The members of System.Web.UI.Design.WebFormsRootDesigner are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.Design.WebFormsRootDesigner class. |
Component | System.ComponentModel.IComponent.
Gets or sets the component that this designer is designing. | |
[read-only] | CurrentCulture | System.Globalization.CultureInfo.
Gets the culture information for the current thread. |
[read-only] abstract | DocumentUrl | string.
When overridden in a derived class, gets the URL at which the Web Forms page is located. |
[read-only] abstract | IsDesignerViewLocked | bool.
When overridden in a derived class, gets a value indicating whether the designer view is locked. |
[read-only] abstract | IsLoading | bool.
When overridden in a derived class, gets a value indicating whether the Web Forms page is still loading. |
[read-only] abstract | ReferenceManager | WebFormsReferenceManager.
When overridden in a derived class, gets a System.Web.UI.Design.WebFormsReferenceManager object that has information about the current Web Forms page. |
[read-only] | SupportedTechnologies | System.ComponentModel.Design.ViewTechnology[].
Gets an array of technologies that the designer component can support for its display. |
[read-only] | Verbs | System.ComponentModel.Design.DesignerVerbCollection.
Gets the design-time verbs that are supported by the designer. |
abstract | AddClientScriptToDocument(ClientScriptItem)
| |
abstract | AddControlToDocument(System.Web.UI.Control, System.Web.UI.Control, ControlLocation)
| |
Finalize()
| ||
GenerateEmptyDesignTimeHtml(System.Web.UI.Control)
| ||
GenerateErrorDesignTimeHtml(System.Web.UI.Control, Exception, string)
| ||
abstract | GetClientScriptsInDocument()
| |
Initialize(System.ComponentModel.IComponent)
| ||
abstract | RemoveClientScriptFromDocument(string)
| |
abstract | RemoveControlFromDocument(System.Web.UI.Control)
| |
ResolveUrl(string)
| ||
SetControlID(System.Web.UI.Control, string)
|
CreateDesignerActionService(IServiceProvider)
| ||
CreateUrlResolutionService()
| ||
Dispose(bool)
| ||
abstract | GetControlViewAndTag(System.Web.UI.Control, out IControlDesignerView, out IControlDesignerTag)Documentation for this section has not yet been entered. | |
GetService(Type)
| ||
GetView(System.ComponentModel.Design.ViewTechnology)
| ||
OnLoadComplete(EventArgs)
| ||
PostFilterAttributes(IDictionary)
| ||
PostFilterEvents(IDictionary)
| ||
PostFilterProperties(IDictionary)
| ||
PreFilterAttributes(IDictionary)
| ||
PreFilterEvents(IDictionary)
| ||
PreFilterProperties(IDictionary)
|
LoadComplete |
Occurs when the designer completes loading the Web Forms page. |