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