ToolPart.FrameType Property
NOTE: This API is now obsolete.
Gets or sets the type of frame that surrounds the tool part.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
<ObsoleteAttribute("Use ChromeType instead.")> _
Public Property FrameType As FrameType
Get
Set
'Usage
Dim instance As ToolPart
Dim value As FrameType
value = instance.FrameType
instance.FrameType = value
[ObsoleteAttribute("Use ChromeType instead.")]
public FrameType FrameType { get; set; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.FrameType
One of the FrameType values.