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


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

    Property Value

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