Object that generates a Web part chrome from a template. Offers a very flexible mechanism for managing chromes, instead of using skin files or similar techniques.

Namespace: MonoSoftware.MonoX
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class TemplatedWebPartChrome : WebPartChrome
Visual Basic
Public Class TemplatedWebPartChrome
	Inherits WebPartChrome
Visual C++
public ref class TemplatedWebPartChrome : public WebPartChrome
F#
type TemplatedWebPartChrome =  
    class
        inherit WebPartChrome
    end

Inheritance Hierarchy

See Also