System.Web.UI.WebControls.WebParts.PartChromeState Enumeration

Specifies whether a control and the border surrounding it are in a normal or minimized state.

Syntax

public enum PartChromeState

Remarks

The System.Web.UI.WebControls.WebParts.PartChromeState enumeration represents the possible visible states that a Web Parts control and its surrounding border can be in.

Members

Member NameDescription
Minimized

A control and border in a collapsed or minimized state.

Normal

A control and border in a normal state.

Requirements

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