WebPartChrome Methods

(see also Protected Methods )
  Name Description
Public method Equals  Overloaded. Determines whether two Object instances are equal. (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)
Public method PerformPreRender Performs tasks that must be done prior to rendering WebPart controls.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
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

  Name Description
Protected method CreateWebPartChromeStyle Creates the style object that supplies style attributes for each WebPart control rendered by the WebPartChrome object.
Protected method FilterWebPartVerbs Excludes specific verbs from being rendered, based on criteria provided by a developer.
Protected method 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)
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)
Protected method RenderPartContents Renders the main content area of a WebPart control, excluding the header and footer.
Top

Community Additions

ADD
Show: