Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / IsNull Method


In This Topic
IsNull Method
In This Topic
Gets whether the control contains a null value.
Syntax
'Declaration
 
Public Overridable Function IsNull() As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
value = instance.IsNull()

Return Value

Whether the control contains a null value.
See Also