| Name | Description |
| AddAttributesToRender | Adds all of the standard attributes to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| AddClass | Overloaded. A helper method that adds the Class attribute to a HTML element. |
| AddStandardAttributesToRender | Overloaded. Adds attributes from the Attributes collection of the control to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| AddStandardPropertiesToRender | Adds standard properties of a WebControl to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| AddStyleAttributeToRender | Adds style attribute to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| AddXAttribute | Overloaded. Writes multiple attribute string to the HtmlTextWriter (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| AddXAttributeToClassName | Write class to writer with extra attribute. That method can be used only for the html element of main control which has normal id. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| NewLine | Writes a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| RenderBottomLeft | Renders the Bottom Left Corner for the control. |
| RenderBottomRight | Renders the Bottom Right Corner for the control. |
| RenderClientStateField | Renders a hidden data field where clientState can be stored for the page submit and sent back to the server (Inherited from Infragistics.Web.UI.Framework.RendererBase) |
| RenderFooter | Renders the Footer for the control. |
| RenderHeader | Renders the HTML for the Header object. |
| RenderHorizontalBody | Render's the ImageArea the HTML row that contains the Next/Previous buttons and the ImageArea, when the Orientation is Horizontal. |
| RenderHorizontalBottomRow | Renders the Bottom Row for the control. |
| RenderHorizontalNavigationButton | When Orientation is Horizontal, this method renders the Next and Previous buttons. |
| RenderHorizontalTopRow | Render's the Top Row of the control. |
| RenderImage | Renders the Actual HTML IMG. |
| RenderImages | Renders the ImageArea that in turn renders all the Images. |
| RenderTopLeft | Renders the Top Left Corner for the control. |
| RenderTopRight | Renders the Top Right Corner for the control. |
| RenderVerticalBody | Renders the HTML row that contains the ImageArea, when the Orientation is Vertical |
| RenderVerticalBottomRow | Renders the Bottom Row for the control. |
| RenderVerticalNavigationButton | When Orientation is Vertical, this method renders the Next and Previous buttons. |
| RenderVerticalTopRow | Render's the Top Row of the control. |