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
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
TaskItemDesigner ( ) : System

Initializes a new instance of the TaskItemDesigner class

Méthodes protégées

Méthode Description
PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor

Method Details

PreFilterProperties() protected méthode

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
Résultat void

TaskItemDesigner() public méthode

Initializes a new instance of the TaskItemDesigner class
public TaskItemDesigner ( ) : System
Résultat System