Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / ButtonCellType Class / LightColor Property


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