System.Windows.Forms.SelectionRangeConverter.GetProperties Method

Returns the set of filtered properties for the System.Windows.Forms.SelectionRange type

Syntax

public override System.ComponentModel.PropertyDescriptorCollection GetProperties (System.ComponentModel.ITypeDescriptorContext context, object value, Attribute[] attributes)

Parameters

context
A System.ComponentModel.ITypeDescriptorContext that provides a format context.
value
An object that specifies the type of array for which to get properties.
attributes
An array of type Attribute that is used as a filter.

Returns

If successful, the set of properties that should be exposed for the System.Windows.Forms.SelectionRange type; otherwise, null.

Remarks

The default implementation of this method does not use the context or value parameters, but simply refers the call to the TypeDescriptor.System.ComponentModel.TypeDescriptor.GetProperties(Type, Attribute[]) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0