PictureLibrarySlideshowWebPart.CreateEditorParts method

Contains a collection of EditorPart controls that are used for editing the properties, layout, appearance, and behavior of the PictureLibrarySlideshowWebPart control.

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

Syntax

'Declaration
Public Overrides Function CreateEditorParts As EditorPartCollection
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim returnValue As EditorPartCollection

returnValue = instance.CreateEditorParts()
public override EditorPartCollection CreateEditorParts()

Return value

Type: System.Web.UI.WebControls.WebParts.EditorPartCollection
A collection of EditorPart controls that are used for editing the properties, layout, appearance, and behavior of the PictureLibrarySlideshowWebPart control.

Implements

IWebEditable.CreateEditorParts()

Remarks

This override returns a collection of EditorPart controls that are used for editing the properties, layout, appearance, and behavior of the PictureLibrarySlideshowWebPart control.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

Microsoft.SharePoint.WebPartPages namespace