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


In This Topic
IsValid Method (SuperEditBase)
In This Topic
Gets whether the contents of the control are valid.
Syntax
'Declaration
 
Public Overridable Function IsValid() As Boolean
 
'Usage
 
Dim instance As SuperEditBase
Dim value As Boolean
 
value = instance.IsValid()

Return Value

True if the contents are valid.
See Also