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


In This Topic
InvalidColor Property
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
See Also