Gets or sets whether a part control is in a minimized or normal state.
Assembly: System.Web (in System.Web.dll)
Syntax . . :: . PartChromeState
One of the PartChromeState values. The default is Normal.
<PersonalizableAttribute> _
Public Overrides Property ChromeState As PartChromeState
Get
Set[PersonalizableAttribute]
public override PartChromeState ChromeState { get; set; }[PersonalizableAttribute]
public:
virtual property PartChromeState ChromeState {
PartChromeState get () override;
void set (PartChromeState value) override;
}[<PersonalizableAttribute>]
abstract ChromeState : PartChromeState with get, set
[<PersonalizableAttribute>]
override ChromeState : PartChromeState with get, set<asp:WebPart ChromeState="PartChromeState" />Property Value
Type: System.Web.UI.WebControls.WebPartsOne of the PartChromeState values. The default is Normal.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The value specified is not one of the PartChromeState values. |
Remarks
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.
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.