WebPart::ChromeState Property

 

Gets or sets whether a part control is in a minimized or normal state.

Namespace:   System.Web.UI.WebControls.WebParts
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::PartChromeState

One 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
Return to top
Show: