Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SetNull Method


In This Topic
    SetNull Method
    In This Topic
    Sets the value of the control to the null value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub SetNull() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.SetNull()
    public virtual void SetNull()
    See Also