WebPartChrome Methods
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | CreateWebPartChromeStyle(WebPart^, PartChromeType) | Creates the style object that supplies style attributes for each WebPart control rendered by the WebPartChrome object. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | FilterWebPartVerbs(WebPartVerbCollection^, WebPart^) | Excludes specific verbs from being rendered, based on criteria provided by a developer. |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | GetWebPartChromeClientID(WebPart^) | Gets the client ID for the WebPartChrome object as rendered in a Web page. |
![]() | GetWebPartTitleClientID(WebPart^) | Gets the client ID for the table cell that contains the title for a WebPart control. |
![]() | GetWebPartVerbs(WebPart^) | Gets a collection of verbs that should be rendered with a WebPart control. |
![]() | MemberwiseClone() | |
![]() | PerformPreRender() | Performs tasks that must be done prior to rendering WebPart controls. |
![]() | RenderPartContents(HtmlTextWriter^, WebPart^) | Renders the main content area of a WebPart control, excluding the header and footer. |
![]() | RenderWebPart(HtmlTextWriter^, WebPart^) | Renders a complete WebPart control with all its sections. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |

