EditorZone Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| ApplyStyle | Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers. (inherited from WebControl) |
| ApplyStyleSheetSkin | Applies the style properties defined in the page style sheet to the control. (inherited from Control) |
| CopyBaseAttributes | Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers. (inherited from WebControl) |
| DataBind | Overloaded. Binds a data source to the CompositeControl and all its child controls. (inherited from CompositeControl) |
| Dispose | Enables a server control to perform final clean up before it is released from memory. (inherited from Control) |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| FindControl | Overloaded. Searches the current naming container for the specified server control. (inherited from Control) |
| Focus | Sets input focus to a control. (inherited from Control) |
| GetEffectiveChromeType | Returns the actual or effective current PartChromeType value of a WebPart control, given the PartChromeType property of the zone and the current display mode of the Web Parts page. (inherited from WebZone) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| HasControls | Determines if the server control contains any child controls. (inherited from Control) |
| MergeStyle | Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers. (inherited from WebControl) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| RenderBeginTag | Renders the opening HTML tag of the zone control to the specified HtmlTextWriter object. (inherited from WebZone) |
| RenderControl | Overloaded. Outputs server control content and stores tracing information about the control if tracing is enabled. (inherited from Control) |
| RenderEndTag | Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers. (inherited from WebControl) |
| ResolveClientUrl | Gets a URL that can be used by the browser. (inherited from Control) |
| ResolveUrl | Converts a URL into one that is usable on the requesting client. (inherited from Control) |
| SetRenderMethodDelegate | Assigns an event handler delegate to render the server control and its content into its parent control. (inherited from Control) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| AddAttributesToRender | Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers. (inherited from WebControl) |
| AddedControl | Called after a child control is added to the Controls collection of the Control object. (inherited from Control) |
| AddParsedSubObject | Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object. (inherited from Control) |
| BuildProfileTree | Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page. (inherited from Control) |
| ClearChildControlState | Deletes the control-state information for the server control's child controls. (inherited from Control) |
| ClearChildState | Deletes the view-state and control-state information for all the server control's child controls. (inherited from Control) |
| ClearChildViewState | Deletes the view-state information for all the server control's child controls. (inherited from Control) |
| Close | Called when a user clicks a close verb in the header of a zone, this method ends the process of editing WebPart controls, and returns a Web Parts page's display mode to browse mode. (inherited from EditorZoneBase) |
| CreateChildControls | Creates the set of child controls associated with an EditorZoneBase zone. (inherited from EditorZoneBase) |
| CreateControlCollection | Creates a new ControlCollection object to hold the child controls (both literal and server) of the server control. (inherited from Control) |
| CreateControlStyle | Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers. (inherited from WebControl) |
| CreateEditorPartChrome | Gets a reference to a new EditorPartChrome object used to render the peripheral user interface (UI) elements around an EditorZoneBase zone. (inherited from EditorZoneBase) |
| CreateEditorParts | Overridden. Creates all the EditorPart controls declared within a zone template in page persistence format. |
| DataBind | Overloaded. Binds a data source to the invoked server control and all its child controls. (inherited from Control) |
| DataBindChildren | Binds a data source to the server control's child controls. (inherited from Control) |
| EnsureChildControls | Determines whether the server control contains child controls. If it does not, it creates child controls. (inherited from Control) |
| EnsureID | Creates an identifier for controls that do not have an identifier assigned. (inherited from Control) |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| FindControl | Overloaded. Searches the current naming container for the specified server control. (inherited from Control) |
| GetDesignModeState | Gets design-time data for a control. (inherited from Control) |
| HasEvents | Returns a value indicating whether events are registered for the control or any child controls. (inherited from Control) |
| InvalidateEditorParts | Sets the collection of EditorPart controls associated with an EditorZoneBase zone to a null reference (Nothing in Visual Basic), which results in the CreateEditorParts method being called to recreate the collection. (inherited from EditorZoneBase) |
| IsLiteralContent | Determines if the server control holds only literal content. (inherited from Control) |
| LoadControlState | Restores control-state information from a previous page request that was saved by the SaveControlState method. (inherited from Control) |
| LoadViewState | Loads previously saved state information for a zone. (inherited from EditorZoneBase) |
| MapPathSecure | Retrieves the physical path that a virtual path, either absolute or relative, maps to. (inherited from Control) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| OnBubbleEvent | Determines whether the event for the server control is passed up the page's UI server control hierarchy. (inherited from Control) |
| OnDataBinding | Raises the DataBinding event. (inherited from Control) |
| OnDisplayModeChanged | Raises the DisplayModeChanged event and destroys all EditorPart and child controls in the zone in preparation for a Web page to enter or exit the edit display mode. (inherited from EditorZoneBase) |
| OnInit | Creates specialized event handlers used by the WebPartManager control on a Web page. (inherited from ToolZone) |
| OnLoad | Raises the Load event. (inherited from Control) |
| OnPreRender | Raises the PreRender event, and calls the PerformPreRender method for the chrome elements of the EditorPart controls. (inherited from EditorZoneBase) |
| OnSelectedWebPartChanged | Raises the SelectedWebPartChanged event and sets the EditorParts collection to a null reference (Nothing in Visual Basic) in the zone in preparation for a WebPart control to enter or exit edit mode. (inherited from EditorZoneBase) |
| OnUnload | Raises the Unload event. (inherited from Control) |
| OpenFile | Gets a Stream used to read a file. (inherited from Control) |
| RaiseBubbleEvent | Assigns any sources of the event and its information to the control's parent. (inherited from Control) |
| RaisePostBackEvent | Carries out the actions associated with one of the zone verbs, or raises an event that posts back to the server. (inherited from EditorZoneBase) |
| RecreateChildControls | Recreates the child controls in a control derived from CompositeControl. (inherited from CompositeControl) |
| RemovedControl | Called after a child control is removed from the Controls collection of the Control object. (inherited from Control) |
| Render | Renders the zone to the specified HtmlTextWriter object. (inherited from EditorZoneBase) |
| RenderBody | Overrides the base method to render the body area of a zone derived from the EditorZoneBase class. (inherited from EditorZoneBase) |
| RenderChildren | Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client. (inherited from Control) |
| RenderContents | Renders the entire contents of a zone control between the beginning and ending tags to the specified HtmlTextWriter object. (inherited from WebZone) |
| RenderControl | Overloaded. Outputs server control content and stores tracing information about the control if tracing is enabled. (inherited from Control) |
| RenderFooter | Overrides the base method to render verbs in the footer of a ToolZone control. (inherited from ToolZone) |
| RenderHeader | Overrides the base method to provide specialized rendering for the header area required by ToolZone controls. (inherited from ToolZone) |
| RenderVerb | Renders an individual verb with a ToolZone control. (inherited from ToolZone) |
| RenderVerbs | Renders the verbs that apply at the zone level. (inherited from EditorZoneBase) |
| ResolveAdapter | Gets the control adapter responsible for rendering the specified control. (inherited from Control) |
| SaveControlState | Saves any server control state changes that have occurred since the time the page was posted back to the server. (inherited from Control) |
| SaveViewState | Saves any view-state changes that have occurred after a page was posted back to the server. (inherited from EditorZoneBase) |
| SetDesignModeState | Sets design-time data for a control. (inherited from Control) |
| TrackViewState | Tracks changes to a zone control's view state. (inherited from EditorZoneBase) |
Community Additions
ADD
Show: