Version

ImageViewerRenderer Class Members

The following tables list the members exposed by ImageViewerRenderer.

Public Constructors
 NameDescription
Public ConstructorImageViewerRenderer Constructor  
Public Properties
 NameDescription
Public PropertyClientIDProvides access to the clientID for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyDesignModeReturns true if the Control is currently in Design Mode. False is returned otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyPageProvides access to the Page object of the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Public PropertyUniqueID (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected Properties
 NameDescription
Protected PropertyControlProvides access to the Control or ControlMain that the object is associated with. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected PropertyImageViewerReturns an instance of the WebImageViewer control.  
Protected PropertyRunBotProvides access to the RunBot object for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected PropertyStyleBotProvides access to the StyleBot object for the Control (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected Methods
 NameDescription
Protected MethodAddAttributesToRenderAdds all of the standard attributes to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddClassOverloaded. A helper method that adds the Class attribute to a HTML element.  
Protected MethodAddStandardAttributesToRenderOverloaded. Adds attributes from the Attributes collection of the control to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddStandardPropertiesToRenderAdds standard properties of a WebControl to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddStyleAttributeToRenderAdds style attribute to the writer. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddXAttributeOverloaded. Writes multiple attribute string to the HtmlTextWriter (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodAddXAttributeToClassNameWrite 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)
Protected MethodNewLineWrites a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise. (Inherited from Infragistics.Web.UI.Framework.RendererBase)
Protected MethodRenderBottomLeftRenders the Bottom Left Corner for the control.  
Protected MethodRenderBottomRightRenders the Bottom Right Corner for the control.  
Protected MethodRenderClientStateFieldRenders 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)
Protected MethodRenderFooterRenders the Footer for the control.  
Protected MethodRenderHeaderRenders the HTML for the Header object.  
Protected MethodRenderHorizontalBodyRender's the ImageArea the HTML row that contains the Next/Previous buttons and the ImageArea, when the Orientation is Horizontal.  
Protected MethodRenderHorizontalBottomRowRenders the Bottom Row for the control.  
Protected MethodRenderHorizontalNavigationButtonWhen Orientation is Horizontal, this method renders the Next and Previous buttons.  
Protected MethodRenderHorizontalTopRowRender's the Top Row of the control.  
Protected MethodRenderImageRenders the Actual HTML IMG.  
Protected MethodRenderImagesRenders the ImageArea that in turn renders all the Images.  
Protected MethodRenderTopLeftRenders the Top Left Corner for the control.  
Protected MethodRenderTopRightRenders the Top Right Corner for the control.  
Protected MethodRenderVerticalBodyRenders the HTML row that contains the ImageArea, when the Orientation is Vertical  
Protected MethodRenderVerticalBottomRowRenders the Bottom Row for the control.  
Protected MethodRenderVerticalNavigationButtonWhen Orientation is Vertical, this method renders the Next and Previous buttons.  
Protected MethodRenderVerticalTopRowRender's the Top Row of the control.  
See Also