C# Class Rsdn.Janus.NormalStyleTab

Закладка, показывающая все стандартные настройки
Inheritance: System.Windows.Forms.PropertyGridInternal.PropertiesTab
ファイルを表示 Open project: rsdn/janus

Public Methods

Method Description
GetProperties ( ITypeDescriptorContext context, object component, Attribute attrs ) : PropertyDescriptorCollection
GetProperties ( object component ) : PropertyDescriptorCollection
GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection

Private Methods

Method Description
FilterProperties ( PropertyDescriptorCollection props ) : PropertyDescriptorCollection

Method Details

GetProperties() public method

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

GetProperties() public method

public GetProperties ( object component ) : PropertyDescriptorCollection
component object
return System.ComponentModel.PropertyDescriptorCollection

GetProperties() public method

public GetProperties ( object component, Attribute attrs ) : PropertyDescriptorCollection
component object
attrs System.Attribute
return System.ComponentModel.PropertyDescriptorCollection