C# Class ZForge.Controls.ExplorerBar.TaskPaneDesigner

A custom designer used by TaskPanes to remove unwanted properties from the Property window in the designer
Inheritance: System.Windows.Forms.Design.ScrollableControlDesigner
Datei anzeigen Open project: zhuangyy/Motion

Public Methods

Method Description
TaskPaneDesigner ( ) : System

Initializes a new instance of the TaskPaneDesigner class

Protected Methods

Method Description
PreFilterProperties ( System properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor

Method Details

PreFilterProperties() protected method

Adjusts the set of properties the component exposes through a TypeDescriptor
protected PreFilterProperties ( System properties ) : void
properties System An IDictionary containing the properties /// for the class of the component
return void

TaskPaneDesigner() public method

Initializes a new instance of the TaskPaneDesigner class
public TaskPaneDesigner ( ) : System
return System