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