Skip to main content
.NET Framework Class Library
WebPart..::.ChromeType Property

Gets or sets the type of border that frames a Web Parts control.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Syntax
<PersonalizableAttribute> _
Public Overrides Property ChromeType As PartChromeType
	Get
	Set
[PersonalizableAttribute]
public override PartChromeType ChromeType { get; set; }
[PersonalizableAttribute]
public:
virtual property PartChromeType ChromeType {
	PartChromeType get () override;
	void set (PartChromeType value) override;
}
[<PersonalizableAttribute>]
abstract ChromeType : PartChromeType with get, set
[<PersonalizableAttribute>]
override ChromeType : PartChromeType with get, set
<asp:WebPart ChromeType="PartChromeType" />

Property Value

Type: System.Web.UI.WebControls.WebParts..::.PartChromeType
One of the PartChromeType values. The default is Default.
Exceptions
ExceptionCondition
ArgumentOutOfRangeException

The value is not one of the PartChromeType values.

Remarks

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.

Version Information

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0
Platforms

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.