Used for rendering Web part editor templates. 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 TemplatedEditorPartChrome : EditorPartChrome
Visual Basic
Public Class TemplatedEditorPartChrome
	Inherits EditorPartChrome
Visual C++
public ref class TemplatedEditorPartChrome : public EditorPartChrome
F#
type TemplatedEditorPartChrome =  
    class
        inherit EditorPartChrome
    end

Inheritance Hierarchy

See Also