Tableless Web part chrome. Inherits from TemplatedWebPartChrome and as such 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 TablelessWebPartChrome : TemplatedWebPartChrome
Visual Basic
Public Class TablelessWebPartChrome
	Inherits TemplatedWebPartChrome
Visual C++
public ref class TablelessWebPartChrome : public TemplatedWebPartChrome
F#
type TablelessWebPartChrome =  
    class
        inherit TemplatedWebPartChrome
    end

Inheritance Hierarchy

See Also