C# Class Rsdn.Janus.NormalStyleTab

Закладка, показывающая все стандартные настройки
Inheritance: System.Windows.Forms.PropertyGridInternal.PropertiesTab
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
GetProperties ( ITypeDescriptorContext context, object component, Attribute attrs ) : PropertyDescriptorCollection
GetProperties ( object component ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection

Private Methods

Méthode Description
FilterProperties ( PropertyDescriptorCollection props ) : PropertyDescriptorCollection

Method Details

GetProperties() public méthode

public GetProperties ( ITypeDescriptorContext context, object component, Attribute attrs ) : PropertyDescriptorCollection
context ITypeDescriptorContext
component object
attrs System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( object component ) : PropertyDescriptorCollection
component object
Résultat System.ComponentModel.PropertyDescriptorCollection

GetProperties() public méthode

public GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection
component object
attrs System.Attribute
Résultat System.ComponentModel.PropertyDescriptorCollection