CatalogPartChrome Constructor (CatalogZoneBase^)
.NET Framework (current version)
Initializes a new instance of the CatalogPartChrome class.
Assembly: System.Web (in System.Web.dll)
Parameters
- zone
-
Type:
System.Web.UI.WebControls.WebParts::CatalogZoneBase^
The associated CatalogZoneBase.
| 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
Available since 2.0
Show: