In This Topic
Gets whether the contents of the control are valid.
Syntax
'Declaration
Public Overridable Function IsValid() As Boolean
'Usage
Dim instance As FpCombo
Dim value As Boolean
value = instance.IsValid()
public virtual bool IsValid()
Return Value
True if the contents are valid.
See Also