WebPart::ChromeType Property
Gets or sets the type of border that frames a Web Parts control.
Assembly: System.Web (in System.Web.dll)
[PersonalizableAttribute] public: virtual property PartChromeType ChromeType { PartChromeType get () override; void set (PartChromeType value) override; }
<asp:WebPart ChromeType="PartChromeType" />
Property Value
Type: System.Web.UI.WebControls.WebParts::PartChromeTypeOne of the PartChromeType values. The default is Default.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value is not one of the PartChromeType values. |
A part control's WebPartManager property determines what kind of border surrounds the control. Options include showing a title only, a border only, a title and border, neither, or the default option, which simply uses the value of the PartChromeType property.
The WebPart class overrides the base property so that end users can personalize it.
For a code example that uses this property, see the base ChromeType property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.