Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / TextDown Property


In This Topic
    TextDown Property (ButtonCellType)
    In This Topic
    Gets or sets the text for the button down state.
    Syntax
    'Declaration
     
    
    Public Property TextDown As String
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As String
     
    instance.TextDown = value
     
    value = instance.TextDown
    public string TextDown {get; set;}
    See Also