C# Class mRemoteNG.UI.Controls.FilteredPropertyGrid.FilteredPropertyGrid

Mostrar archivo Open project: mRemoteNG/mRemoteNG Class Usage Examples

Public Methods

Method Description
FilteredPropertyGrid ( ) : System

Public constructor.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
HideAttribute ( Attribute attribute ) : void

Allows to hide a set of properties to the parent PropertyGrid.

For better performance, include the BrowsableAttribute with true value.

HideProperty ( PropertyDescriptor property ) : void

Allows to hide a property to the parent PropertyGrid.

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.

ShowAttribute ( Attribute attribute ) : void

Add all the properties that match an attribute to the list of properties to be displayed in the PropertyGrid.

ShowProperty ( PropertyDescriptor property ) : void

Add a property to the list of properties to be displayed in the PropertyGrid.

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

FilteredPropertyGrid() public method

Public constructor.
public FilteredPropertyGrid ( ) : System
return System