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 Code |
---|---|
public class FormRewriterControlAdapter |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class FormRewriterControlAdapter |
The type exposes the following methods.
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
BeginRender | (Inherited from ControlAdapter.) | |
CreateChildControls | (Inherited from ControlAdapter.) | |
EndRender | (Inherited from ControlAdapter.) | |
Finalize | (Inherited from Object.) | |
LoadAdapterControlState | (Inherited from ControlAdapter.) | |
LoadAdapterViewState | (Inherited from ControlAdapter.) | |
MemberwiseClone | (Inherited from Object.) | |
OnInit | (Inherited from ControlAdapter.) | |
OnLoad | (Inherited from ControlAdapter.) | |
OnPreRender | (Inherited from ControlAdapter.) | |
OnUnload | (Inherited from ControlAdapter.) | |
Render |
Renders the control.
(Overrides ControlAdapter..::Render(HtmlTextWriter).) |
|
RenderChildren | (Inherited from ControlAdapter.) | |
SaveAdapterControlState | (Inherited from ControlAdapter.) | |
SaveAdapterViewState | (Inherited from ControlAdapter.) |