C# Class Hawkeye.UI.PropertyTabs.AllPropertiesTab

Inheritance: BasePropertyTab
Show file Open project: odalet/Hawkeye2

Public Methods

Method Description
AllPropertiesTab ( ) : System

Initializes a new instance of the AllPropertiesTab class.

Protected Methods

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

Adds pseudo-properties for the specified component.

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

AddPseudoProperties() protected method

Adds pseudo-properties for the specified component.
protected AddPseudoProperties ( ITypeDescriptorContext context, object component, Attribute attributes, PropertyDescriptorCollection originalCollection ) : PropertyDescriptorCollection
context ITypeDescriptorContext An /// that indicates the context to retrieve properties from.
component object The component to retrieve properties from.
attributes System.Attribute An array of type that indicates the /// attributes of the properties to retrieve.
originalCollection System.ComponentModel.PropertyDescriptorCollection The original property descriptor collection.
return System.ComponentModel.PropertyDescriptorCollection

AllPropertiesTab() public method

Initializes a new instance of the AllPropertiesTab class.
public AllPropertiesTab ( ) : 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