NullColor Property (FpCombo)
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 FpCombo
Dim value As Color
instance.NullColor = value
value = instance.NullColor
public virtual Color NullColor {get; set;}
See Also