ListPaddingTypeConverterGetProperties(ITypeDescriptorContext, Object, Attribute) Method

Returns a collection of properties for the type of object specified by the value parameter using the specified context and attributes.

Definition

Namespace: EWSoftware.ListControls.Design
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public override PropertyDescriptorCollection GetProperties(
	ITypeDescriptorContext context,
	Object value,
	Attribute[] attributes
)

Parameters

context  ITypeDescriptorContext
A formatter context
value  Object
The object for which to get properties
attributes  Attribute
An array of attributes that describe the properties

Return Value

PropertyDescriptorCollection
The set of properties that should be exposed for this data type

See Also