WebPartChrome Members
.NET Framework 2.0
Enables developers to override the rendering for only the selected sections of WebPart or server controls in a WebPartZoneBase zone.
The following tables list the members exposed by the WebPartChrome type.
| 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. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (Inherited from Object.) |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
| GetType | Gets the Type of the current instance. (Inherited from Object.) |
| PerformPreRender | Performs tasks that must be done prior to rendering WebPart controls. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) |
| RenderWebPart | Renders a complete WebPart control with all its sections. |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| CreateWebPartChromeStyle | Creates the style object that supplies style attributes for each WebPart control rendered by the WebPartChrome object. |
| FilterWebPartVerbs | Excludes specific verbs from being rendered, based on criteria provided by a developer. |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (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.) |
| RenderPartContents | Renders the main content area of a WebPart control, excluding the header and footer. |
Community Additions
ADD
Show: