Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / SplitBoxBackgroundColor Property


In This Topic
SplitBoxBackgroundColor Property (ICustomizeColor)
In This Topic
Gets or sets split box back ground color.
Syntax
'Declaration
 
Property SplitBoxBackgroundColor As Color
 
'Usage
 
Dim instance As ICustomizeColor
Dim value As Color
 
instance.SplitBoxBackgroundColor = value
 
value = instance.SplitBoxBackgroundColor
See Also