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


In This Topic
AllowNull Property
In This Topic
Gets or sets whether the control considers a null value valid.
Syntax
'Declaration
 
Public Overridable Property AllowNull As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.AllowNull = value
 
value = instance.AllowNull
See Also