C# 클래스 Hawkeye.UI.PropertyTabs.AllEventsTab

상속: BasePropertyTab
파일 보기 프로젝트 열기: odalet/Hawkeye2

공개 메소드들

메소드 설명
AllEventsTab ( ) : System

Initializes a new instance of the AllEventsTab class.

보호된 메소드들

메소드 설명
GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

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

메소드 상세

AllEventsTab() 공개 메소드

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

GetAllProperties() 보호된 메소드

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.
리턴 System.ComponentModel.PropertyDescriptorCollection