Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
NOTE: This API is now obsolete.
Specifies the value of the FrameState property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.PartChromeState instead.")> _
Public Enumeration FrameState
'Usage
Dim instance As FrameState
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.PartChromeState instead.")]
public enum FrameState
Members
| Member name | Description | |
|---|---|---|
| Normal | Obsolete. The Web Part is displayed in its normal state, with title, content, and placement within the page. | |
| Minimized | Obsolete. The Web Part is collapsed so that only the title portion of the frame appears. |