C# Class Raccoom.Windows.Forms.TreeViewFolderBrowserDesigner

A simple designer class for the TreeViewFolderBrowser control to remove unwanted properties at design time.
Inheritance: System.Windows.Forms.Design.ControlDesigner
显示文件 Open project: MediaPortal/MPTagThat

Protected Methods

Method Description
PreFilterProperties ( IDictionary properties ) : void

Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.

Method Details

PreFilterProperties() protected method

Allows a designer to change or remove items from the set of properties that it exposes through a TypeDescriptor.
protected PreFilterProperties ( IDictionary properties ) : void
properties IDictionary The properties for the class of the component.
return void