The following tables list the members exposed by RendererBase.
Name | Description | |
---|---|---|
![]() | RendererBase Constructor |
Name | Description | |
---|---|---|
![]() | ClientAttributeAddress | Attribute-name for html element used on client to create item by this._createItem(elem, adr) |
![]() | ClientAttributeMain | Attribute-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. |
![]() | ClientAttributeMarker | Attribute-name for html element used on client to fill this._elements[mkr]=elem |
![]() | ClientAttributeNoWalk | Attribute-name for html element used on client to stop __walkThrough: processing adr, obj and mkr. |
![]() | ClientAttributeObject | Attribute-name for html element used on client to create object by this._createObject(elem, obj) |
![]() | ClientStateIDSuffix | Suffix for id/name of input field used to store client state of control. The prefix of id is Control.ClientID. |
![]() | ClientValueForLayoutAttributeMain | Attribute-value for ClientAttributeMain attribute-name to mark layout-manager control, which can have dependant child controls. |
![]() | colon | |
![]() | comma | |
![]() | dash | |
![]() | forwardSlash | |
![]() | period | |
![]() | quotes | |
![]() | semicolon | |
![]() | space |
Name | Description | |
---|---|---|
![]() | ClientID | Provides access to the clientID for the Control |
![]() | DesignMode | Returns true if the Control is currently in Design Mode. False is returned otherwise. |
![]() | Page | Provides access to the Page object of the Control |
![]() | UniqueID |
Name | Description | |
---|---|---|
![]() | AddAttributesToRender | Adds all of the standard attributes to the writer. |
![]() | AddStandardAttributesToRender | Overloaded. Adds attributes from the Attributes collection of the control to the writer. |
![]() | AddStandardPropertiesToRender | Adds standard properties of a WebControl to the writer. |
![]() | AddStyleAttributeToRender | Adds style attribute to the writer. |
![]() | AddXAttribute | Overloaded. Writes multiple attribute string to the HtmlTextWriter |
![]() | 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. |
![]() | NewLine | Writes a newline character combination to the output stream when DEBUG is defined. Performs a no-op otherwise. |
![]() | RenderClientStateField | Renders a hidden data field where clientState can be stored for the page submit and sent back to the server |