HideDisabledControlAdapter Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | BeginRender(HtmlTextWriter^) | Called prior to the rendering of a control. In a derived adapter class, generates opening tags that are required by a specific target but not needed by HTML browsers.(Inherited from ControlAdapter.) |
![]() | CreateChildControls() | Creates the target-specific child controls for a composite control.(Inherited from ControlAdapter.) |
![]() | EndRender(HtmlTextWriter^) | Called after the rendering of a control. In a derived adapter class, generates closing tags that are required by a specific target but not needed by HTML browsers.(Inherited from ControlAdapter.) |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | LoadAdapterControlState(Object^) | Loads adapter control state information that was saved by SaveAdapterControlState during a previous request to the page where the control associated with this control adapter resides.(Inherited from ControlAdapter.) |
![]() | LoadAdapterViewState(Object^) | Loads adapter view state information that was saved by SaveAdapterViewState during a previous request to the page where the control associated with this control adapter resides.(Inherited from ControlAdapter.) |
![]() | MemberwiseClone() | |
![]() | OnInit(EventArgs^) | Overrides the OnInit method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnLoad(EventArgs^) | Overrides the OnLoad method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnPreRender(EventArgs^) | Overrides the OnPreRender method for the associated control.(Inherited from ControlAdapter.) |
![]() | OnUnload(EventArgs^) | Overrides the OnUnload method for the associated control.(Inherited from ControlAdapter.) |
![]() | Render(HtmlTextWriter^) | Writes the associated Web control to the output stream as HTML.(Overrides WebControlAdapter::Render(HtmlTextWriter^).) |
![]() | RenderBeginTag(HtmlTextWriter^) | Creates the beginning tag for the Web control in the markup that is transmitted to the target browser.(Inherited from WebControlAdapter.) |
![]() | RenderChildren(HtmlTextWriter^) | Generates the target-specific markup for the child controls in a composite control to which the control adapter is attached.(Inherited from ControlAdapter.) |
![]() | RenderContents(HtmlTextWriter^) | Generates the target-specific inner markup for the Web control to which the control adapter is attached.(Inherited from WebControlAdapter.) |
![]() | RenderEndTag(HtmlTextWriter^) | Creates the ending tag for the Web control in the markup that is transmitted to the target browser.(Inherited from WebControlAdapter.) |
![]() | SaveAdapterControlState() | Saves control state information for the control adapter.(Inherited from ControlAdapter.) |
![]() | SaveAdapterViewState() | Saves view state information for the control adapter.(Inherited from ControlAdapter.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

