This documentation is archived and is not being maintained.
WebPartChrome Methods
Visual Studio 2010
The WebPartChrome type exposes the following members.
| Name | Description | |
|---|---|---|
|
CreateWebPartChromeStyle | 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 | 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 a hash function for a particular type. (Inherited from Object.) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
GetWebPartChromeClientID | Gets the client ID for the WebPartChrome object as rendered in a Web page. |
|
GetWebPartTitleClientID | Gets the client ID for the table cell that contains the title for a WebPart control. |
|
GetWebPartVerbs | Gets a collection of verbs that should be rendered with a WebPart control. |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
PerformPreRender | Performs tasks that must be done prior to rendering WebPart controls. |
|
RenderPartContents | Renders the main content area of a WebPart control, excluding the header and footer. |
|
RenderWebPart | Renders a complete WebPart control with all its sections. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show: