C# Класс PropertyGrid.PropertyTab

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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