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

    Return Value

    True if the contents are valid.
    See Also