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


In This Topic
    PlayButtonText Property
    In This Topic
    Gets or sets the text to display in the play button if the slide show is not playing.
    Syntax
    'Declaration
     
    
    Public Property PlayButtonText As String
    'Usage
     
    
    Dim instance As SlideShowCellType
    Dim value As String
     
    instance.PlayButtonText = value
     
    value = instance.PlayButtonText
    public string PlayButtonText {get; set;}

    Property Value

    String containing the text for the play button
    Example
    This example creates a slide show cell type.
    See Also