C# Class Hawkeye.UI.PropertyTabs.InstanceEventsTab

Inheritance: BasePropertyTab
Mostra file Open project: odalet/Hawkeye2

Protected Methods

Method Description
GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

Gets all the properties of the specified component that match the specified attributes and context.

Method Details

GetAllProperties() protected method

Gets all the properties of the specified component that match the specified attributes and context.
protected GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
component object The component to retrieve properties from.
attributes System.Attribute /// An array of type that indicates the /// attributes of the properties to retrieve.
return System.ComponentModel.PropertyDescriptorCollection