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.2
Syntax
public override bool CanConvertTo(
	ITypeDescriptorContext context,
	Type destinationType
)

Parameters

context  ITypeDescriptorContext
The context.
destinationType  Type
Type of the destination.

Return Value

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