Version

RendererBase Class Members

The following tables list the members exposed by RendererBase.

Public Constructors
 NameDescription
Public ConstructorRendererBase Constructor  
Public Fields
 NameDescription
Public FieldClientAttributeAddressAttribute-name for html element used on client to create item by this._createItem(elem, adr)  
Public FieldClientAttributeMainAttribute-name for html element used on client to stop __walkThrough: processing adr, obj and mkr. That attribute also is used as identifier of main html element used by control.  
Public FieldClientAttributeMarkerAttribute-name for html element used on client to fill this._elements[mkr]=elem  
Public FieldClientAttributeNoWalkAttribute-name for html element used on client to stop __walkThrough: processing adr, obj and mkr.  
Public FieldClientAttributeObjectAttribute-name for html element used on client to create object by this._createObject(elem, obj)  
Public FieldClientStateIDSuffixSuffix for id/name of input field used to store client state of control. The prefix of id is Control.ClientID.  
Public FieldClientValueForLayoutAttributeMainAttribute-value for ClientAttributeMain attribute-name to mark layout-manager control, which can have dependant child controls.  
Public Fieldcolon  
Public Fieldcomma  
Public Fielddash  
Public FieldforwardSlash  
Public Fieldperiod  
Public Fieldquotes  
Public Fieldsemicolon  
Public Fieldspace  
Public Properties
 NameDescription
Public PropertyClientIDProvides access to the clientID for the Control  
Public PropertyDesignModeReturns true if the Control is currently in Design Mode. False is returned otherwise.  
Public PropertyPageProvides access to the Page object of the Control  
Public PropertyUniqueID  
Protected Properties
 NameDescription
Protected PropertyControlProvides access to the Control or ControlMain that the object is associated with.  
Protected PropertyRunBotProvides access to the RunBot object for the Control  
Protected PropertyStyleBotProvides access to the StyleBot object for the Control  
Protected Methods
 NameDescription
Protected MethodAddAttributesToRenderAdds all of the standard attributes to the writer.  
Protected MethodAddStandardAttributesToRenderOverloaded. Adds attributes from the Attributes collection of the control to the writer.  
Protected MethodAddStandardPropertiesToRenderAdds standard properties of a WebControl to the writer.  
Protected MethodAddStyleAttributeToRenderAdds style attribute to the writer.  
Protected MethodAddXAttributeOverloaded. Writes multiple attribute string to the HtmlTextWriter  
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.  
Protected MethodNewLineWrites a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise.  
Protected MethodRenderClientStateFieldRenders a hidden data field where clientState can be stored for the page submit and sent back to the server  
See Also