ToolPane.View Property

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.

See Also

Reference

ToolPane Class

ToolPane Members

Microsoft.SharePoint.WebPartPages Namespace