ListPaddingTypeConverterCanConvertFrom(ITypeDescriptorContext, Type) Method

Determines if this converter can convert an object in the given source type to the native type of the converter.

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)

Parameters

context  ITypeDescriptorContext
The format context
sourceType  Type
The type from which to convert

Return Value

Boolean
Returns true if it can perform the conversion or false if it cannot

See Also