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
Mostrar archivo Open project: zhuangyy/Motion

Public Methods

Method Description
HelpfulCollectionEditor ( Type type ) : System

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

Protected Methods

Method Description
CreateCollectionForm ( ) : System.ComponentModel.Design.CollectionEditor.CollectionForm

Discovers the CollectionForm's property grid

Private Methods

Method Description
findPropertyGrid ( Control control ) : bool

Method Details

CreateCollectionForm() protected method

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

HelpfulCollectionEditor() public method

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
return System