WebPart::ChromeState Property
.NET Framework (current version)
Gets or sets whether a part control is in a minimized or normal state.
Assembly: System.Web (in System.Web.dll)
public: [PersonalizableAttribute] property PartChromeState ChromeState { virtual PartChromeState get() override; virtual void set(PartChromeState value) override; }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: