Click or drag to resize

ItemIdListConverterCanConvertTo Method

Specifies the types we can convert to.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.0
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The context.
destinationType
Type: SystemType
Type of the destination.

Return Value

Type: Boolean
True if the ItemIdList can be converted into the destination type, false if not.
See Also