Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ResetNullColor Method


In This Topic
ResetNullColor Method
In This Topic
Resets the background color displayed when the control contains the null value to its default value.
Syntax
'Declaration
 
Public Overridable Sub ResetNullColor() 
 
'Usage
 
Dim instance As SuperEditBase
 
instance.ResetNullColor()
See Also