ASP.NET Pack Programmer's Guide
Slideshow.ShowButtons Property
See Also
 





Gets or sets a value indicating whether the control should display navigation buttons.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public bool ShowButtons { get; set; }

Visual Basic  Copy Code

Public Property ShowButtons As Boolean

 Property Value

Type: Boolean
true if the navigation buttons should be visible, otherwise false. Default value is false.

 See Also

Slideshow Members
Slideshow Class
MindFusion.UI.WebForms Namespace