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 FrameType 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.PartChromeType instead.")> _
Public Enumeration FrameType
'Usage
Dim instance As FrameType
[ObsoleteAttribute("Use System.Web.UI.WebControls.WebParts.PartChromeType instead.")]
public enum FrameType
Members
| Member name | Description | |
|---|---|---|
| None | Obsolete. No frame. | |
| Standard | Obsolete. The standard frame style, which includes a title bar and border. | |
| TitleBarOnly | Obsolete. A frame style with a title bar and no border. | |
| Default | Obsolete. On a WebPart class, indicates that the Web Part's frame type is set to the value of the containing WebPartZone. On a WebPartZone class, indicates that Web Parts in the zone default to the standard frame style. | |
| BorderOnly | Obsolete. |