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

Méthodes publiques

Méthode Description
TaskPaneDesigner ( ) : System

Initializes a new instance of the TaskPaneDesigner class

Méthodes protégées

Méthode Description
PreFilterProperties ( System 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 ( System properties ) : void
properties System An IDictionary containing the properties /// for the class of the component
Résultat void

TaskPaneDesigner() public méthode

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