Overrides CanConvertTo(ITypeDescriptorContext, Type).

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)
Visual Basic
Public Overrides Function CanConvertTo ( _
	context As ITypeDescriptorContext, _
	destinationType As Type _
) As Boolean
JScript
public override function CanConvertTo(
	context : ITypeDescriptorContext, 
	destinationType : Type
) : boolean

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
destinationType
Type: System..::..Type

See Also