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
Afficher le fichier Open project: camalot/droidexplorer

Méthodes publiques

Méthode Description
CollapsibleSplitterDesigner ( ) : System

Initializes a new instance of the CollapsibleSplitterDesigner class.

Méthodes protégées

Méthode Description
PreFilterProperties ( System properties ) : void

Adjusts the set of properties the component exposes through a .

Method Details

CollapsibleSplitterDesigner() public méthode

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

PreFilterProperties() protected méthode

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