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


In This Topic
    TextColor Property
    In This Topic
    Gets or sets the color for the button text.
    Syntax
    'Declaration
     
    
    Public Property TextColor As Color
    'Usage
     
    
    Dim instance As ButtonCellType
    Dim value As Color
     
    instance.TextColor = value
     
    value = instance.TextColor
    public Color TextColor {get; set;}
    See Also