ToolZone.AssociatedDisplayModes Property

Definition

Gets the collection of WebPartDisplayMode objects that are associated with a particular ToolZone zone.

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.WebPartDisplayModeCollection AssociatedDisplayModes { get; }

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.

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.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also