PictureLibrarySlideshowWebPart.ShowToolbar property

Gets or sets a flag that indicates whether the toolbar is displayed.

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

Syntax

'Declaration
<WebBrowsableAttribute(False)> _
<PersonalizableAttribute(PersonalizationScope.Shared)> _
Public Property ShowToolbar As Boolean
    Get
    Set
'Usage
Dim instance As PictureLibrarySlideshowWebPart
Dim value As Boolean

value = instance.ShowToolbar

instance.ShowToolbar = value
[WebBrowsableAttribute(false)]
[PersonalizableAttribute(PersonalizationScope.Shared)]
public bool ShowToolbar { get; set; }

Property value

Type: System.Boolean
true if the toolbar is displayed; otherwise, false.

See also

Reference

PictureLibrarySlideshowWebPart class

PictureLibrarySlideshowWebPart members

Microsoft.SharePoint.WebPartPages namespace