CatalogPartChrome(CatalogZoneBase) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the CatalogPartChrome class.
public:
CatalogPartChrome(System::Web::UI::WebControls::WebParts::CatalogZoneBase ^ zone);
public CatalogPartChrome (System.Web.UI.WebControls.WebParts.CatalogZoneBase zone);
new System.Web.UI.WebControls.WebParts.CatalogPartChrome : System.Web.UI.WebControls.WebParts.CatalogZoneBase -> System.Web.UI.WebControls.WebParts.CatalogPartChrome
Public Sub New (zone As CatalogZoneBase)
Parameters
- zone
- CatalogZoneBase
The associated CatalogZoneBase.
Exceptions
The CatalogZoneBase that zone
refers to is null
.
Remarks
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.