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


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