Version

RenderUpLevelGroupBox Class Members

The following tables list the members exposed by RenderUpLevelGroupBox.

Public Fields
 NameDescription
Public FieldincharInchar string. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public Fieldlevel (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public FieldnewLineNew line string. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public FieldoOutput. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Fields
 NameDescription
Protected Fieldowner (Inherited from Infragistics.WebUI.Misc.MiscRenderBase)
Protected Properties
 NameDescription
Protected PropertyIsDesignModeIndicates whether this renderer will be used to provide DesignTime html. (Inherited from Infragistics.WebUI.Misc.MiscRenderBase)
Protected PropertyOwnerGroupBoxReturns the GroupBox which was passed into the constructor (the control which is being rendered) (Inherited from Infragistics.WebUI.Misc.GroupBoxRenderBase)
Public Methods
 NameDescription
Public MethodRenderRender control. (Inherited from Infragistics.WebUI.Shared.RendererBase)
Public MethodVisitObjectsOverridden. Walks through the control, renders out each logical region.  
Protected Methods
 NameDescription
Protected MethodborderStyleToStringReturn bs.ToString (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodCreateCssRegionMappingsFor Infragistics Internal Use. (Inherited from Infragistics.WebUI.Misc.GroupBoxRenderBase)
Protected MethodCreateDefaultCssRegionMappingsFor Infragistics Internal Use. (Inherited from Infragistics.WebUI.Misc.GroupBoxRenderBase)
Protected MethodDrawTextWrite to html text for DownLevel Browser (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodGetAllClassesAndRegisterGenericsReturns the Style element that contains all CSS classes needed for the owner control. This method will also register any "Generic" css classes (classes containing default style information), needed for every control of the owners type. (Inherited from Infragistics.WebUI.Misc.MiscRenderBase)
Protected MethodGetResolvedClassNameStringOverridden. For Infragistics Internal Use.  
Protected MethodGetWebSafeUniqueID (Inherited from Infragistics.WebUI.Misc.MiscRenderBase)
Protected Methodindent (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodiw (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodiwlOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodoutdent (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodRenderAttributesAppend to StringBuilder custom and standard attributes of WebControl such as: position, top, left, z-index, etc.
It is used within style=\"...\"
(Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodRenderBeginTagWrites the BeginTag for the GroupBox being rendered, to the specified writer. (Inherited from Infragistics.WebUI.Misc.GroupBoxRenderBase)
Protected Methodw (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected Methodwf (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodwiOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodwlOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteBorderOverloaded. Append border to StringBuilder (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteCssClassesAndRegisterGenericsThis method will write all required css classes to support the owner control. It also registers any Generic classes, so that they only have to be rendered one time. This cuts down on the size of the HTML output. (Inherited from Infragistics.WebUI.Misc.MiscRenderBase)
Protected MethodWriteFontOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteFontNameAppend font name to StringBuilder (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodWriteRectAppend Padding or Margin to StringBuilder for style=\"...\" (Inherited from Infragistics.WebUI.Shared.RendererBase)
Protected MethodwriteStylesOverloaded.  (Inherited from Infragistics.WebUI.Shared.RendererBase)
See Also