'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 of the control are valid; false otherwise