System.Web.UI.WebControls.WebParts.WebPart.ChromeState Property

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

Syntax

public override PartChromeState ChromeState { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

A part control's WebPart.ChromeState property value can be normal or minimized. The System.Web.UI.WebControls.WebParts.WebPart class overrides the base property so that end users can personalize it.

For a code example that uses this property, see the base Part.ChromeState property.

Requirements

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0