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


In This Topic
AllowNullPriv Property
In This Topic
Internal use only. Gets or sets whether to allow null.
Syntax
'Declaration
 
Protected Overridable Property AllowNullPriv As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
instance.AllowNullPriv = value
 
value = instance.AllowNullPriv
See Also