Constructor.

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

Syntax

C#
public TablelessWebPartChrome(
	PortalWebPartZoneTableless zone,
	WebPartManager manager
)
Visual Basic
Public Sub New ( 
	zone As PortalWebPartZoneTableless,
	manager As WebPartManager
)
Visual C++
public:
TablelessWebPartChrome(
	PortalWebPartZoneTableless^ zone, 
	WebPartManager^ manager
)
F#
new : 
        zone : PortalWebPartZoneTableless * 
        manager : WebPartManager -> TablelessWebPartChrome

See Also