Slide show Web part used to display a sliding list of images.

Namespace: MonoSoftware.MonoX.ModuleGallery
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public class SlideShow : BaseAutoRegisterPart, IExcludeAutoRegisterPart
Visual Basic
Public Class SlideShow
	Inherits BaseAutoRegisterPart
	Implements IExcludeAutoRegisterPart
Visual C++
public ref class SlideShow : public BaseAutoRegisterPart, 
	IExcludeAutoRegisterPart
F#
type SlideShow =  
    class
        inherit BaseAutoRegisterPart
        interface IExcludeAutoRegisterPart
    end

Inheritance Hierarchy

System..::..Object
  System.Web.UI..::..Control
    System.Web.UI..::..TemplateControl
      System.Web.UI..::..UserControl
        UserControlBase
          MonoSoftware.MonoX..::..BasePart
            MonoSoftware.MonoX..::..BaseAutoRegisterPart
              MonoSoftware.MonoX.ModuleGallery..::..SlideShow

See Also