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)
Available in Sandboxed Solutions: No
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