Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / NullColor Property


In This Topic
NullColor Property
In This Topic
Gets or sets the background color displayed when the control contains the null value.
Syntax
'Declaration
 
Public Overridable Property NullColor As Color
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Color
 
instance.NullColor = value
 
value = instance.NullColor
See Also