Click or drag to resize

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
public virtual bool IsValid(
	ITypeDescriptorContext context,
	Object value
)

Parameters

context
Type: EtoITypeDescriptorContext
Context.
value
Type: SystemObject
Value.

Return Value

Type: Boolean
true if this instance is valid the specified context value; otherwise, false.
See Also