Spread Windows Forms 15.0
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()
    public virtual bool IsNull()

    Return Value

    Whether the control contains a null value.
    See Also