Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the current view of the tool pane.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Property View As ToolPane.ToolPaneView
Get
Set
'Usage
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.