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


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

    Property Value

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