Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionColor Property


In This Topic
    SelectionColor Property
    In This Topic
    Internal use only. Gets or sets the color of the selection.
    Syntax
    'Declaration
     
    
    Public Shadows Property SelectionColor As Color
    'Usage
     
    
    Dim instance As FormulaTextBox
    Dim value As Color
     
    instance.SelectionColor = value
     
    value = instance.SelectionColor
    public new Color SelectionColor {get; set;}
    See Also