Spread WinForms 15
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()
See Also