Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / SlideShowCellType Class / PreviousButtonID Property
Example


In This Topic
    PreviousButtonID Property
    In This Topic
    Gets or sets the identifier of the control that moves the slide show to the previous slide.
    Syntax
    'Declaration
     
    
    Public Property PreviousButtonID As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.PreviousButtonID = value
     
    value = instance.PreviousButtonID
    public string PreviousButtonID {get; set;}

    Property Value

    String containing the identifier
    Example
    This example creates a slide show cell type.
    See Also