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