C# Class ZForge.Controls.ExplorerBar.ExpandoDesigner

A custom designer used by Expandos to remove unwanted properties from the Property window in the designer
Inheritance: System.Windows.Forms.Design.ParentControlDesigner
Mostrar archivo Open project: zhuangyy/Motion

Public Methods

Method Description
ExpandoDesigner ( ) : System

Initializes a new instance of the ExpandoDesigner class

Protected Methods

Method Description
PreFilterProperties ( IDictionary properties ) : void

Adjusts the set of properties the component exposes through a TypeDescriptor

Method Details

ExpandoDesigner() public method

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

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