C# Class Nitra.Visualizer.Controls.PependentPropertyGrid

This class overrides the standard PropertyGrid provided by Microsoft. It also allows to hide (or filter) the properties of the SelectedObject displayed by the PropertyGrid.
Inheritance: System.Windows.Forms.PropertyGrid
Mostrar archivo Open project: rsdn/nitra Class Usage Examples

Public Methods

Method Description
PependentPropertyGrid ( ) : System

Public constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
GetValidationProperty ( PropertyDescriptor propertyDescriptor, Type type ) : PropertyInfo
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RefreshProperties ( ) : void

Build the list of the properties to be displayed in the PropertyGrid, following the filters defined the Browsable and Hidden properties.

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PependentPropertyGrid() public method

Public constructor.
public PependentPropertyGrid ( ) : System
return System