In This Topic
Determines whether the specified value is valid.
Syntax
'Declaration
Function IsValid( _
ByVal As Object _
) As Boolean
'Usage
Dim instance As IEditor
Dim value As Object
Dim value As Boolean
value = instance.IsValid(value)
Parameters
- value
- Specified value of the editor control
See Also