C# Class DroidExplorer.Controls.CollapsibleSplitterDesigner

A simple designer class for the CollapsibleSplitter control to remove unwanted properties at design time.
Inheritance: System.Windows.Forms.Design.ControlDesigner
Exibir arquivo Open project: camalot/droidexplorer

Public Methods

Method Description
CollapsibleSplitterDesigner ( ) : System

Initializes a new instance of the CollapsibleSplitterDesigner class.

Protected Methods

Method Description
PreFilterProperties ( System properties ) : void

Adjusts the set of properties the component exposes through a .

Method Details

CollapsibleSplitterDesigner() public method

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

PreFilterProperties() protected method

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