ListPaddingTypeConverterCreateInstance(ITypeDescriptorContext, IDictionary) Method

Creates an instance of this type given a set of property values for the object

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override Object CreateInstance(
	ITypeDescriptorContext context,
	IDictionary propertyValues
)

Parameters

context  ITypeDescriptorContext
A formatter context
propertyValues  IDictionary
A dictionary of new property values

Return Value

Object
A new ListPadding instance

See Also