C# Класс mRemoteNG.UI.Controls.FilteredPropertyGrid.FilteredPropertyGrid

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
FilteredPropertyGrid ( ) : System

Public constructor.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Метод Описание
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.

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

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

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

Public constructor.
public FilteredPropertyGrid ( ) : System
Результат System