C# Class ZForge.Controls.ExplorerBar.TaskItemDesigner

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

Public Methods

Method Description
TaskItemDesigner ( ) : System

Initializes a new instance of the TaskItemDesigner class

Protected Methods

Method Description
PreFilterProperties ( IDictionary 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 ( IDictionary properties ) : void
properties IDictionary An IDictionary containing the properties /// for the class of the component
return void

TaskItemDesigner() public method

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