Click or drag to resize

InputAdapter Methods

The InputAdapter type exposes the following members.

Methods
  NameDescription
Protected methodBeginRender (Inherited from ControlAdapter.)
Protected methodCreateChildControls (Inherited from ControlAdapter.)
Protected methodEndRender (Inherited from ControlAdapter.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodLoadAdapterControlState (Inherited from ControlAdapter.)
Protected methodLoadAdapterViewState (Inherited from ControlAdapter.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnInit (Inherited from ControlAdapter.)
Protected methodOnLoad (Inherited from ControlAdapter.)
Protected methodOnPreRender
Raises the PreRender event. This notifies the control to perform any steps necessary for its creation on a page request.
(Overrides ControlAdapterOnPreRender(EventArgs).)
Protected methodOnUnload (Inherited from ControlAdapter.)
Protected methodRender (Inherited from WebControlAdapter.)
Protected methodRenderBeginTag (Inherited from WebControlAdapter.)
Protected methodRenderChildren (Inherited from ControlAdapter.)
Protected methodRenderContents
Generates the target-specific inner markup for the Web control to which the control adapter is attached.
(Overrides WebControlAdapterRenderContents(HtmlTextWriter).)
Protected methodRenderEndTag (Inherited from WebControlAdapter.)
Protected methodSaveAdapterControlState (Inherited from ControlAdapter.)
Protected methodSaveAdapterViewState (Inherited from ControlAdapter.)
Public methodToString (Inherited from Object.)
Top
See Also