| TypeConverterIsValid Method (ITypeDescriptorContext, Object) | 
 
            Determines whether this instance is valid the specified context value.
            
 
    Namespace: 
   Eto
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic virtual bool IsValid(
	ITypeDescriptorContext context,
	Object value
)
Public Overridable Function IsValid ( 
	context As ITypeDescriptorContext,
	value As Object
) As Boolean
abstract IsValid : 
        context : ITypeDescriptorContext * 
        value : Object -> bool 
override IsValid : 
        context : ITypeDescriptorContext * 
        value : Object -> bool Parameters
- context
- Type: EtoITypeDescriptorContext
 Context.
- value
- Type: SystemObject
 Value.
Return Value
Type: 
Booleantrue if this instance is valid the specified context value; otherwise, 
false.
 See Also
See Also