Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / SelectionBackColor Property


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