Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / IPaintingContext Interface / SelectionForeColor Property


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