C# Класс Rsdn.Janus.NormalStyleTab

Закладка, показывающая все стандартные настройки
Наследование: System.Windows.Forms.PropertyGridInternal.PropertiesTab
Показать файл Открыть проект

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

Метод Описание
GetProperties ( ITypeDescriptorContext context, object component, Attribute attrs ) : PropertyDescriptorCollection
GetProperties ( object component ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection

Приватные методы

Метод Описание
FilterProperties ( PropertyDescriptorCollection props ) : PropertyDescriptorCollection

Описание методов

GetProperties() публичный Метод

public GetProperties ( ITypeDescriptorContext context, object component, Attribute attrs ) : PropertyDescriptorCollection
context ITypeDescriptorContext
component object
attrs System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( object component ) : PropertyDescriptorCollection
component object
Результат System.ComponentModel.PropertyDescriptorCollection

GetProperties() публичный Метод

public GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection
component object
attrs System.Attribute
Результат System.ComponentModel.PropertyDescriptorCollection