ScrollableControl::DockPaddingEdgesConverter::GetProperties Method (ITypeDescriptorContext^, Object^, array<Attribute^>^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns a collection of properties for the type of array specified by the value parameter, using the specified context and attributes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( ITypeDescriptorContext^ context, Object^ value, array<Attribute^>^ attributes ) override
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
An ITypeDescriptorContext that provides a format context.
- value
-
Type:
System::Object^
An object that specifies the type of array for which to get properties.
- attributes
-
Type:
array<System::Attribute^>^
An array of type attribute that is used as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection with the properties that are exposed for the ScrollableControl.
Available since 1.1