This documentation is archived and is not being maintained.
WebPart::ChromeState Property
Visual Studio 2010
Gets or sets whether a part control is in a minimized or normal state.
Assembly: System.Web (in System.Web.dll)
[PersonalizableAttribute] public: virtual property PartChromeState ChromeState { PartChromeState get () override; void set (PartChromeState value) override; }
<asp:WebPart ChromeState="PartChromeState" />
Property Value
Type: System.Web.UI.WebControls.WebParts::PartChromeStateOne of the PartChromeState values. The default is Normal.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value specified is not one of the PartChromeState values. |
A part control's ChromeState property value can be normal or minimized. 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 ChromeState 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.
Show: