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


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

    Property Value

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