Spread WinForms 15
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
See Also