This documentation is archived and is not being maintained.
WebPartChrome Members
Visual Studio 2008
Enables developers to override the rendering for only the selected sections of WebPart or server controls in a WebPartZoneBase zone.
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 | 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.) |
| Name | Description | |
|---|---|---|
|
DragDropEnabled | Gets a value that indicates whether controls can be dragged into and out of the zone. |
|
WebPartManager | Gets a reference to the current WebPartManager instance. |
|
Zone | Gets a reference to the associated WebPartZoneBase zone. |
Show: