InputAdapter Methods |
The InputAdapter type exposes the following members.
| Name | Description | |
|---|---|---|
| BeginRender | (Inherited from ControlAdapter.) | |
| CreateChildControls | (Inherited from ControlAdapter.) | |
| EndRender | (Inherited from ControlAdapter.) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| LoadAdapterControlState | (Inherited from ControlAdapter.) | |
| LoadAdapterViewState | (Inherited from ControlAdapter.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnInit | (Inherited from ControlAdapter.) | |
| OnLoad | (Inherited from ControlAdapter.) | |
| OnPreRender |
Raises the PreRender event. This notifies the control to perform any steps necessary for its creation on a page request.
(Overrides ControlAdapterOnPreRender(EventArgs).) | |
| OnUnload | (Inherited from ControlAdapter.) | |
| Render | (Inherited from WebControlAdapter.) | |
| RenderBeginTag | (Inherited from WebControlAdapter.) | |
| RenderChildren | (Inherited from ControlAdapter.) | |
| RenderContents |
Generates the target-specific inner markup for the Web control to which the control adapter is attached.
(Overrides WebControlAdapterRenderContents(HtmlTextWriter).) | |
| RenderEndTag | (Inherited from WebControlAdapter.) | |
| SaveAdapterControlState | (Inherited from ControlAdapter.) | |
| SaveAdapterViewState | (Inherited from ControlAdapter.) | |
| ToString | (Inherited from Object.) |