Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / Appearance Class / SelectionForeColor Property


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