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 the class for use by an inherited class instance. This constructor can only be called by an inherited class.
protected:
CatalogZoneBase();
protected CatalogZoneBase ();
Protected Sub New ()
Remarks
The constructor is called when a derived class is initialized, such as the CatalogZone class provided with the Web Parts control set. The base CatalogZoneBase constructor helps prepare the page to display the Web Parts catalog user interface (UI), by passing the appropriate WebPartDisplayMode object to the WebPartManager control. Specifically, the constructor passes a CatalogDisplayMode object.