CatalogPart.Zone Property
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.
Gets a reference to the CatalogZoneBase zone that contains a CatalogPart control.
protected:
property System::Web::UI::WebControls::WebParts::CatalogZoneBase ^ Zone { System::Web::UI::WebControls::WebParts::CatalogZoneBase ^ get(); };
protected System.Web.UI.WebControls.WebParts.CatalogZoneBase Zone { get; }
member this.Zone : System.Web.UI.WebControls.WebParts.CatalogZoneBase
Protected ReadOnly Property Zone As CatalogZoneBase
Property Value
A CatalogZoneBase that corresponds to the zone that contains the control.
Remarks
The Zone property enables a CatalogPart control to get a reference to its zone. Although the property is read-only, the underlying properties of the zone itself can be changed programmatically.
Applies to
See also
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.