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)

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.

See also

Reference

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace