C# Class ZForge.Controls.XPTable.Models.Design.HelpfulCollectionEditor

A CollectionEditor that displays the help and command areas of its PropertyGrid
Inheritance: System.ComponentModel.Design.CollectionEditor
Afficher le fichier Open project: zhuangyy/Motion

Méthodes publiques

Méthode Description
HelpfulCollectionEditor ( Type type ) : System

Initializes a new instance of the HelpfulCollectionEditor class using the specified collection type

Méthodes protégées

Méthode Description
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm

Discovers the CollectionForm's property grid

Private Methods

Méthode Description
findPropertyGrid ( Control control ) : bool

Method Details

CreateCollectionForm() protected méthode

Discovers the CollectionForm's property grid
protected CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm
Résultat System.ComponentModel.Design.CollectionEditor.CollectionForm

HelpfulCollectionEditor() public méthode

Initializes a new instance of the HelpfulCollectionEditor class using the specified collection type
public HelpfulCollectionEditor ( Type type ) : System
type System.Type The type of the collection for this editor to edit
Résultat System