C# Class Hawkeye.UI.PropertyTabs.AllEventsTab

Inheritance: BasePropertyTab
Mostra file Open project: odalet/Hawkeye2

Public Methods

Method Description
AllEventsTab ( ) : System

Initializes a new instance of the AllEventsTab class.

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

AllEventsTab() public method

Initializes a new instance of the AllEventsTab class.
public AllEventsTab ( ) : System
return System

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