Метод | Описание | |
---|---|---|
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.
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Результат | void |