WebZone.GetEffectiveChromeType(Part) Method

Definition

Returns the actual or effective current PartChromeType value of a WebPart control, given the PartChromeType property of the zone and the current display mode of the Web Parts page.

C#
public virtual System.Web.UI.WebControls.WebParts.PartChromeType GetEffectiveChromeType(System.Web.UI.WebControls.WebParts.Part part);

Parameters

part
Part

A part control within the current zone.

Returns

A PartChromeType value that contains the kind of border that currently frames Web Parts controls contained by a zone.

Exceptions

part is null.

Applies to

Proizvod Verzije
.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