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


In This Topic
    InvalidColor Property (SuperEditBase)
    In This Topic
    Gets or sets the background color to display when the control contains invalid data.
    Syntax
    'Declaration
     
    
    Public Overridable Property InvalidColor As Color
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Color
     
    instance.InvalidColor = value
     
    value = instance.InvalidColor
    public virtual Color InvalidColor {get; set;}
    See Also