This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class FormRewriterControlAdapter
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class FormRewriterControlAdapter

The type exposes the following members.

Public Constructors

  Name Description
Public method FormRewriterControlAdapter

Public Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Protected Methods

  Name Description
Protected method BeginRender (Inherited from ControlAdapter.)
Protected method CreateChildControls (Inherited from ControlAdapter.)
Protected method EndRender (Inherited from ControlAdapter.)
Protected method Finalize (Inherited from Object.)
Protected method LoadAdapterControlState (Inherited from ControlAdapter.)
Protected method LoadAdapterViewState (Inherited from ControlAdapter.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnInit (Inherited from ControlAdapter.)
Protected method OnLoad (Inherited from ControlAdapter.)
Protected method OnPreRender (Inherited from ControlAdapter.)
Protected method OnUnload (Inherited from ControlAdapter.)
Protected method Render
Renders the control.
(Overrides ControlAdapter..::Render(HtmlTextWriter).)
Protected method RenderChildren (Inherited from ControlAdapter.)
Protected method SaveAdapterControlState (Inherited from ControlAdapter.)
Protected method SaveAdapterViewState (Inherited from ControlAdapter.)

Protected Properties

  Name Description
Protected property Browser (Inherited from ControlAdapter.)
Protected property Control (Inherited from ControlAdapter.)
Protected property Page (Inherited from ControlAdapter.)
Protected property PageAdapter (Inherited from ControlAdapter.)

See Also

Advanced