FrameState Enumeration
NOTE: This API is now obsolete.
Specifies the value of the FrameState property.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
<ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.PartChromeState instead.")> _
Public Enumeration FrameState
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. |