ToolPane.ToolPaneView enumeration

Defines the settings of the View property of the ToolPane class.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Enumeration ToolPaneView
'Usage
Dim instance As ToolPane.ToolPaneView
public enum ToolPaneView

Members

Member name Description
ExtensibleView The tool pane is displayed in extensible view.
Closed The tool pane is closed.
Properties The tool pane is displayed in Properties view.
GalleryBrowse The tool pane is displayed in Browse view.
GallerySearch The tool pane is displayed in Search view.
Navigation The tool pane is displayed in Navigation view for older browsers such as Internet Explorer 5.01 or earlier.
Import The tool pane is displayed in Import view.
WebPart The tool pane is displayed with menu options as links instead of the drop-down menu that is displayed in Internet Explorer 5.5 or later.
Error The tool pane is displayed in Error view.

See also

Reference

Microsoft.SharePoint.WebPartPages namespace