Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormulaTextBox Class / SelectionBackColor Property


In This Topic
SelectionBackColor Property (FormulaTextBox)
In This Topic
Internal use only. Gets the background color of the selection.
Syntax
'Declaration
 
Public Shadows ReadOnly Property SelectionBackColor As Color
 
'Usage
 
Dim instance As FormulaTextBox
Dim value As Color
 
value = instance.SelectionBackColor
See Also