Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ResetNullColor Method


In This Topic
    ResetNullColor Method (SuperEditBase)
    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()
    public virtual void ResetNullColor()
    See Also