ToolZone.AssociatedDisplayModes 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 the collection of WebPartDisplayMode objects that are associated with a particular ToolZone zone.
public:
property System::Web::UI::WebControls::WebParts::WebPartDisplayModeCollection ^ AssociatedDisplayModes { System::Web::UI::WebControls::WebParts::WebPartDisplayModeCollection ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection AssociatedDisplayModes { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AssociatedDisplayModes : System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection
Public ReadOnly Property AssociatedDisplayModes As WebPartDisplayModeCollection
Property Value
A WebPartDisplayModeCollection that contains WebPartDisplayMode objects associated with a ToolZone control.
- Attributes
Remarks
Each ToolZone control has a special page display mode associated with it, as indicated in the following table.
Note
In the implementation of ToolZone zones provided by the Web Parts control set, each zone is associated with only one display mode. However, using the ToolZone(ICollection) you could associate a custom zone with multiple display modes.
Tool zone type | Associated display mode |
---|---|
EditorZone | EditDisplayMode |
CatalogZone | CatalogDisplayMode |
ConnectionsZone | ConnectDisplayMode |
The collection of associated display modes for each zone on a page is added to the SupportedDisplayModes property, which determines the total set of possible display modes on a page.