This documentation is archived and is not being maintained.

WebPartChrome Members

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.

  NameDescription
Public method WebPartChrome Initializes a new instance of the control.
Top

  NameDescription
Protected method CreateWebPartChromeStyle Creates the style object that supplies style attributes for each WebPart control rendered by the WebPartChrome object.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method FilterWebPartVerbs Excludes specific verbs from being rendered, based on criteria provided by a developer.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method GetWebPartChromeClientID Gets the client ID for the WebPartChrome object as rendered in a Web page.
Protected method GetWebPartTitleClientID Gets the client ID for the table cell that contains the title for a WebPart control.
Protected method GetWebPartVerbs Gets a collection of verbs that should be rendered with a WebPart control.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method PerformPreRender Performs tasks that must be done prior to rendering WebPart controls.
Protected method RenderPartContents Renders the main content area of a WebPart control, excluding the header and footer.
Public method RenderWebPart Renders a complete WebPart control with all its sections.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Protected property DragDropEnabled Gets a value that indicates whether controls can be dragged into and out of the zone.
Protected property WebPartManager Gets a reference to the current WebPartManager instance.
Protected property Zone Gets a reference to the associated WebPartZoneBase zone.
Top
Show: