Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ProgressCellType Class / ShowText Property


In This Topic
    ShowText Property (ProgressCellType)
    In This Topic
    Gets or sets whether the percent filled string is displayed in the progress indicator.
    Syntax
    'Declaration
     
    
    Public Property ShowText As Boolean
    'Usage
     
    
    Dim instance As ProgressCellType
    Dim value As Boolean
     
    instance.ShowText = value
     
    value = instance.ShowText
    public bool ShowText {get; set;}
    See Also