CatalogPartChrome Constructor (CatalogZoneBase^)

 

Initializes a new instance of the CatalogPartChrome class.

Namespace:   System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

public:
CatalogPartChrome(
	CatalogZoneBase^ zone
)

Exception Condition
ArgumentNullException

The CatalogZoneBase that zone refers to is null.

The CatalogPartChrome constructor initializes a new instance of the CatalogPartChrome class. It is used primarily by a CatalogZoneBase zone in its CreateCatalogPartChrome method to create an instance of the CatalogPartChrome object that handles the chrome rendering and any custom rendering for CatalogPart controls in the zone.

.NET Framework
Available since 2.0
Return to top
Show: