Click or drag to resize

ItemIdListConverterCanConvertFrom Method

Specifies the types that can be converted into an ItemIdList.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Parameters

context  ITypeDescriptorContext
The context.
sourceType  Type
Type of the source.

Return Value

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