ToolPane.View Property
Gets or sets the current view of the tool pane.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
Public Property View As ToolPane.ToolPaneView
Get
Set
Dim instance As ToolPane
Dim value As ToolPane.ToolPaneView
value = instance.View
instance.View = value
public ToolPane.ToolPaneView View { get; set; }
Property Value
Type: Microsoft.SharePoint.WebPartPages.ToolPane.ToolPaneView
One of the ToolPane.ToolPaneView values.
Remarks
Setting the View property resets all properties of the tool pane to their default values.