C# 클래스 PropertyGrid.PropertyTab

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

공개 메소드들

메소드 설명
CanExtend ( object extendee ) : bool
GetDefaultProperty ( object component ) : PropertyDescriptor
GetIcon ( ) : Gdk.Pixbuf
GetProperties ( object component ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection

메소드 상세

CanExtend() 공개 추상적인 메소드

public abstract CanExtend ( object extendee ) : bool
extendee object
리턴 bool

GetDefaultProperty() 공개 추상적인 메소드

public abstract GetDefaultProperty ( object component ) : PropertyDescriptor
component object
리턴 System.ComponentModel.PropertyDescriptor

GetIcon() 공개 메소드

public GetIcon ( ) : Gdk.Pixbuf
리턴 Gdk.Pixbuf

GetProperties() 공개 메소드

public GetProperties ( object component ) : PropertyDescriptorCollection
component object
리턴 System.ComponentModel.PropertyDescriptorCollection

GetProperties() 공개 추상적인 메소드

public abstract GetProperties ( object component, Attribute attributes ) : PropertyDescriptorCollection
component object
attributes System.Attribute
리턴 System.ComponentModel.PropertyDescriptorCollection