ListPaddingTypeConverterGetCreateInstanceSupported(ITypeDescriptorContext) Method

Determines if changing a value on this object should require a call to CreateInstance(ITypeDescriptorContext, IDictionary) to create a new value.

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override bool GetCreateInstanceSupported(
	ITypeDescriptorContext context
)

Parameters

context  ITypeDescriptorContext
A formatter context

Return Value

Boolean
Always returns true

See Also