Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / SelectionBackColor Property


In This Topic
    SelectionBackColor Property (Appearance)
    In This Topic
    Gets or sets the background color of an object when the object is selected.
    Syntax
    'Declaration
     
    
    Public Property SelectionBackColor As Color
    'Usage
     
    
    Dim instance As Appearance
    Dim value As Color
     
    instance.SelectionBackColor = value
     
    value = instance.SelectionBackColor
    public Color SelectionBackColor {get; set;}
    See Also