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: 6.3.1
Syntax
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Parameters

context
Type: System.ComponentModelITypeDescriptorContext
The context.
sourceType
Type: SystemType
Type of the source.

Return Value

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