System.Windows.Forms.Design.EventsTab.GetProperties Method

Gets all the properties of the event tab that match the specified attributes.

Syntax

public override System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes)

Parameters

component
The component to retrieve the properties of.
attributes
An array of Attribute that indicates the attributes of the event properties to retrieve.

Returns

A System.ComponentModel.PropertyDescriptorCollection that contains the properties. This will be an empty System.ComponentModel.PropertyDescriptorCollection if the component does not implement an event service.

Remarks

The event tab properties are determined from the event properties returned from a component's event service.

Requirements

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