Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / NullColor Property


In This Topic
    NullColor Property (SuperEditBase)
    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
    public virtual Color NullColor {get; set;}
    See Also